Skip to content

Commit

Permalink
Restored error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehizkia committed Apr 24, 2024
1 parent 2d47261 commit dc2a27b
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 dc2a27b

Please sign in to comment.