feat: disable upload document animation for unverified users (#749)

This commit is contained in:
Ephraim Atta-Duncan
2023-12-27 02:54:46 +00:00
committed by GitHub
parent f7cf33c61b
commit 5a11de1db9
4 changed files with 10 additions and 8 deletions

View File

@ -1,7 +1,7 @@
// Inspired by react-hot-toast library
import * as React from 'react';
import { ToastActionElement, type ToastProps } from './toast';
import type { ToastActionElement, ToastProps } from './toast';
const TOAST_LIMIT = 1;
const TOAST_REMOVE_DELAY = 1000000;