refactor(docker/services): migrate scale form to react [EE-6057] (#10208)

This commit is contained in:
Chaim Lev-Ari
2023-09-04 20:24:41 +01:00
committed by GitHub
parent f7366d9788
commit e82b34b775
19 changed files with 543 additions and 180 deletions
@@ -35,9 +35,9 @@ export function ProcessesDatatable({
headers
? headers.map(
(header) =>
({ header, accessorKey: header } satisfies ColumnDef<{
({ header, accessorKey: header }) satisfies ColumnDef<{
[k: string]: string;
}>)
}>
)
: [],
[headers]