We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0b42d commit 695fe3eCopy full SHA for 695fe3e
1 file changed
apps/client/src/app/(admin)/admin/upload/page.tsx
@@ -13,8 +13,6 @@ export default function UploadExtension() {
13
screenshots: [] as File[],
14
video: null as File | null,
15
});
16
- const [currentTag, setCurrentTag] = useState("");
17
- const [isUploading, setIsUploading] = useState(false);
18
19
const handleInputChange = (field: string, value: string) => {
20
setFormData((prev) => ({ ...prev, [field]: value }));
0 commit comments