Implementation
const [ConfirmDialog, confirm] = useConfirm(
"Are you sure you want to delete this Category?",
"You are about to delete an Category. This action cannot be undone."
);Editor is loading...
Leave a Comment
const [ConfirmDialog, confirm] = useConfirm(
"Are you sure you want to delete this Category?",
"You are about to delete an Category. This action cannot be undone."
);