remove upload document
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { useEditorStore, type ToolType } from "@/pages/editor/store/editorStore";
|
||||
import {
|
||||
ImageUpload,
|
||||
DocumentUpload,
|
||||
VideoInput,
|
||||
LinkInput,
|
||||
SelectInstruction,
|
||||
@@ -51,10 +50,6 @@ const ToolInstructions = ({ tool }: ToolInstructionsProps) => {
|
||||
return <ImageUpload onImageUpload={handleImageUpload} />;
|
||||
}
|
||||
|
||||
if (tool === "document") {
|
||||
return <DocumentUpload />;
|
||||
}
|
||||
|
||||
if (tool === "video") {
|
||||
return <VideoInput />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user