fix: issue during build

This commit is contained in:
Siddhant Rai
2024-04-09 16:34:51 +05:30
parent 2ba7a55439
commit 8e6f6d46ec

View File

@@ -208,7 +208,6 @@ const CreateAPIKeyModal: React.FC<CreateAPIKeyModalProps> = ({
</div>
<div className="my-4">
<Dropdown
className="mt-2 w-full"
placeholder="Select the source doc"
selectedValue={sourcePath}
onSelect={(selection: { label: string; value: string }) =>