fix(deps): now it works better

This commit is contained in:
Alex
2024-09-20 11:51:57 +01:00
parent 9ed2fc7359
commit d87aebb718
2 changed files with 62 additions and 13 deletions

View File

@@ -47,8 +47,8 @@ function Upload({
];
const [urlType, setUrlType] = useState<{ label: string; value: string }>({
label: 'Link',
value: 'url',
label: 'Crawler',
value: 'crawler',
});
useEffect(() => {