Update frontend/src/pages/organization/SettingsPage/components/ExternalMigrationsTab/components/VaultPlatformModal.tsx

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Daniel Hougaard
2025-08-29 23:32:58 +02:00
committed by GitHub
parent c99a4b7cc8
commit 8d3be92d09

View File

@@ -155,7 +155,7 @@ export const VaultPlatformModal = ({ onClose }: Props) => {
position="popper"
>
<SelectItem
value={undefined as unknown as string}
value=""
onClick={() => {
onChange(undefined);
}}