Skip to content

Commit

Permalink
feat: Add Cautionary Message
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrho committed Dec 10, 2024
1 parent d9a7c94 commit ddae5eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import { useNotify } from '../../Common/NotificationContext';
import useStore from '../../Common/StateStore';
import eventBus from '../../Common/eventBus';


const Dismiss = bundleIcon(DismissFilled, DismissRegular);
const DeleteIcon = bundleIcon(SubtractCircleFilled, SubtractCircleRegular);
const delay = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
Expand Down

0 comments on commit ddae5eb

Please sign in to comment.