mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 12:53:32 +00:00
feat: edit groups
This commit is contained in:
committed by
Carlos Valente
parent
4c08482258
commit
473f50b493
@@ -9,6 +9,7 @@ interface SelectProps<T extends string | null = string> {
|
||||
options: {
|
||||
value: NonNullable<T>;
|
||||
label: string;
|
||||
disabled?: boolean; // exposed to allow creating a non-selectable option
|
||||
}[];
|
||||
placeholder?: string;
|
||||
value?: T;
|
||||
|
||||
Reference in New Issue
Block a user