This commit is contained in:
diced 2023-03-20 22:50:28 -07:00
parent 3cbc345c00
commit 1f0fb32b9b
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

@ -43,6 +43,7 @@ export default function CreateFolderModal({ open, setOpen, updateFolders, create
setOpen(false);
updateFolders();
form.setValues({ name: '' });
};
return (