We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e65797 commit 8a107b1Copy full SHA for 8a107b1
web/src/pages/app/storages/mods/CreateFolderModal/index.tsx
@@ -18,9 +18,7 @@ import {
18
19
import useStorageStore from "../../store";
20
21
-// import useAwsS3 from "@/hooks/useAwsS3";
22
import useAwsS3 from "@/hooks/useAwsS3";
23
24
25
function CreateModal({ onCreateSuccess }: { onCreateSuccess: () => void }) {
26
const { isOpen, onOpen, onClose } = useDisclosure();
0 commit comments