Skip to content

Commit

Permalink
Merge pull request #37 from kenepa/minor-updates
Browse files Browse the repository at this point in the history
Restored mistake
  • Loading branch information
Jehizkia authored Apr 24, 2024
2 parents 15f1876 + dc2a27b commit 8af2487
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function resourceLockObserverInit() {
};
window.addEventListener('close-modal', event => {
if (event.detail.id === 'resourceIsLockedNotice' ) {
if (event.detail.id.endsWith('-table-action')) {
Livewire.dispatch('resourceLockObserver::unload')
}
})
Expand Down

0 comments on commit 8af2487

Please sign in to comment.