mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
feat(edge/jobs): migrate create view to react [EE-2221] (#11867)
This commit is contained in:
parent
94c91035a7
commit
02fbdfec36
27 changed files with 777 additions and 163 deletions
|
@ -11,7 +11,7 @@ export interface Option<T extends string | number>
|
|||
}
|
||||
|
||||
interface Props<T extends string | number> extends AutomationTestingProps {
|
||||
options: Option<T>[];
|
||||
options: Array<Option<T>> | ReadonlyArray<Option<T>>;
|
||||
}
|
||||
|
||||
export function Select<T extends number | string>({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue