File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/javascript/blacklight-frontend Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import BookmarkToggle from 'blacklight-frontend/bookmark_toggle'
22import ButtonFocus from 'blacklight-frontend/button_focus'
33import FacetSuggest from 'blacklight-frontend/facet_suggest'
44import Modal from 'blacklight-frontend/modal'
5+ import ModalForm from 'blacklight-frontend/modalForm'
56import SearchContext from 'blacklight-frontend/search_context'
67import Core from 'blacklight-frontend/core'
78
@@ -10,6 +11,7 @@ export default {
1011 ButtonFocus,
1112 FacetSuggest,
1213 Modal,
14+ ModalForm,
1315 SearchContext,
1416 Core,
1517 onLoad : Core . onLoad
Original file line number Diff line number Diff line change 5252 can be a turbo-stream that defines some HTML fragementsand where on the page to put them:
5353 https://turbo.hotwired.dev/handbook/streams
5454*/
55- import ModalForm from 'blacklight-frontend/modalForm'
5655
5756const Modal = ( ( ) => {
5857 const modal = { }
You can’t perform that action at this time.
0 commit comments