File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/javascript/blacklight Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11import BookmarkToggle from 'blacklight/bookmark_toggle'
22import ButtonFocus from 'blacklight/button_focus'
33import Modal from 'blacklight/modal'
4+ import ModalForm from 'blacklight/modalForm'
45import SearchContext from 'blacklight/search_context'
56import Core from 'blacklight/core'
67
78export default {
89 BookmarkToggle,
910 ButtonFocus,
1011 Modal,
12+ ModalForm,
1113 SearchContext,
1214 Core,
1315 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/modalForm'
5655
5756const Modal = ( ( ) => {
5857 const modal = { }
You can’t perform that action at this time.
0 commit comments