fix: toast not appearing

chore/cache
Kamran Ahmed 1 year ago
parent 03ba0c384b
commit 34d0cde165
  1. 2
      src/components/Toast.tsx

@ -19,7 +19,7 @@ export function Toaster(props: Props) {
const removeMessage = setTimeout(() => {
if (toastMessage?.type !== 'loading') {
// $toastMessage.set(undefined);
$toastMessage.set(undefined);
}
}, 2500);

Loading…
Cancel
Save