Merge branch 'main' into feature/api-key-create

This commit is contained in:
Alex
2024-04-05 13:01:42 +01:00
committed by GitHub
10 changed files with 629 additions and 244 deletions

View File

@@ -308,6 +308,8 @@ export default function Upload({
onSelect={(value: { label: string; value: string }) =>
setUrlType(value)
}
size="w-full"
rounded="3xl"
/>
{urlType.label !== 'Reddit' ? (
<>