This commit is contained in:
Kenneth Jannette
2024-02-20 14:02:54 -06:00
parent 7b9a377a73
commit 04ea20a25b

View File

@@ -152,7 +152,7 @@ const DocumentListPage = ({ perPage }) => {
} }
const handleToggle = (val) => setVerbValue(val); const handleToggle = (val) => setVerbValue(val);
console.log("verbValue", verbValue);
function handleCancelDelete() { function handleCancelDelete() {
if (!isBusy) { if (!isBusy) {
setShowDeleteModal(false); setShowDeleteModal(false);