refactor(docker/services): migrate scale form to react [EE-6057] (#10208)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user