diff --git a/frontend/src/lib/forms/MigrationStatusSelect.svelte b/frontend/src/lib/forms/MigrationStatusSelect.svelte index 99899896e..dcc21df5e 100644 --- a/frontend/src/lib/forms/MigrationStatusSelect.svelte +++ b/frontend/src/lib/forms/MigrationStatusSelect.svelte @@ -4,13 +4,12 @@ export let value: ProjectMigrationStatus | "UNMIGRATED" | undefined; export let error: string | string[] | undefined = undefined; - export let undefinedOptionLabel: string | undefined = undefined;