mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 00:23:17 +00:00
default remote
This commit is contained in:
@@ -23,8 +23,8 @@ export default function Upload({
|
||||
{ label: 'Link', value: 'url' },
|
||||
];
|
||||
const [urlType, setUrlType] = useState<{ label: string; value: string }>({
|
||||
label: '',
|
||||
value: '',
|
||||
label: 'Link',
|
||||
value: 'url',
|
||||
});
|
||||
const [activeTab, setActiveTab] = useState<string>('file');
|
||||
const [files, setfiles] = useState<File[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user