fix: missing fields from API Keys section

This commit is contained in:
Siddhant Rai
2024-04-10 12:11:34 +05:30
parent 59b6a83d7d
commit 02124b3d38
5 changed files with 188 additions and 120 deletions

View File

@@ -302,14 +302,13 @@ export default function Upload({
{activeTab === 'remote' && (
<>
<Dropdown
fullWidth
options={urlOptions}
selectedValue={urlType}
onSelect={(value: { label: string; value: string }) =>
setUrlType(value)
}
size="w-full"
rounded="3xl"
rounded="xl"
/>
{urlType.label !== 'Reddit' ? (
<>