Skip to content

Commit

Permalink
Use correct importmap name for reveal_controller (#5129)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinemde authored Oct 15, 2024
1 parent e2adb4c commit d38032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/controllers/reveal_search_controller.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Reveal from './reveal_controller'
import Reveal from 'controllers/reveal_controller'

export default class extends Reveal {
static targets = ["item", "toggle", "button", "input"]
Expand Down

0 comments on commit d38032a

Please sign in to comment.