Skip to content

Commit

Permalink
chore: rebuild assets
Browse files Browse the repository at this point in the history
fixes #184
  • Loading branch information
saade committed Jul 10, 2024
1 parent 62312b2 commit 34f6cc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/filament-fullcalendar.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions dist/filament-fullcalendar.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion resources/js/filament-fullcalendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export default function fullcalendar({

calendar.render()


window.addEventListener('filament-fullcalendar--refresh', () => calendar.refetchEvents())
window.addEventListener('filament-fullcalendar--prev', () => calendar.prev())
window.addEventListener('filament-fullcalendar--next', () => calendar.next())
Expand Down

0 comments on commit 34f6cc5

Please sign in to comment.