Implementation

 avatar
Gitju002
tsx
2 months ago
179 B
1
Indexable
Delete Dialog Snehashis Gharai
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