mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
refactor(containers): migrate volumes tab to react [EE-5209] (#10284)
This commit is contained in:
parent
16ccf5871e
commit
e92f067e42
18 changed files with 398 additions and 143 deletions
|
@ -17,8 +17,8 @@ type ArrElement<ArrType> = ArrType extends readonly (infer ElementType)[]
|
|||
? ElementType
|
||||
: never;
|
||||
|
||||
export type ArrayError<T> =
|
||||
| FormikErrors<ArrElement<T>>[]
|
||||
export type ArrayError<TArray> =
|
||||
| Array<FormikErrors<ArrElement<TArray> | undefined>>
|
||||
| string
|
||||
| string[]
|
||||
| undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue