mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
feat: add toast to user status change
This commit is contained in:
parent
d8ebabb04e
commit
83ad889408
3 changed files with 64 additions and 29 deletions
|
@ -50,9 +50,6 @@ export const CreateCollectionPage = () => {
|
|||
const [addedReleasesIds, setAddedReleasesIds] = useState([]);
|
||||
const [releasesEditModalOpen, setReleasesEditModalOpen] = useState(false);
|
||||
|
||||
// const [tempImageUrl, setTempImageUrl] = useState<string>(null);
|
||||
// const [cropModalOpen, setCropModalOpen] = useState(false);
|
||||
|
||||
const [imageModalProps, setImageModalProps] = useState({
|
||||
isOpen: false,
|
||||
isActionsDisabled: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue