Configure: make model picker allowlist searchable

This commit is contained in:
Benjamin Jesuiter
2026-02-17 08:36:43 +01:00
parent 900b97e3c7
commit 01fcac0726
4 changed files with 12 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ export type WizardMultiSelectParams<T = string> = {
message: string;
options: Array<WizardSelectOption<T>>;
initialValues?: T[];
searchable?: boolean;
};
export type WizardTextParams = {