Skip to content

Commit

Permalink
Timeout on action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien committed Sep 26, 2024
1 parent 8bcf018 commit 2a28d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/sb-admin/js/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function addTimeoutOnCruditActions() {
choice.classList.add('disabled');
setTimeout(() => {
choice.classList.remove('disabled');
}, 5000);
}, 1000);
});
});
}
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/sbadmin/app.js

Large diffs are not rendered by default.

0 comments on commit 2a28d75

Please sign in to comment.