1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix(edge/stacks): remove parentheses [EE-6277] (#10560)

This commit is contained in:
Chaim Lev-Ari 2023-11-09 09:55:54 +02:00 committed by GitHub
parent e73b7fe0fd
commit d6ac29b498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,6 @@ export function TableSettingsMenus({
}) {
return (
<>
(
<ColumnVisibilityMenu<DecoratedEdgeStack>
table={tableInstance}
onChange={(hiddenColumns) => {
@ -24,7 +23,6 @@ export function TableSettingsMenus({
}}
value={tableState.hiddenColumns}
/>
)
<TableSettingsMenu>
<TableSettingsMenuAutoRefresh
value={tableState.autoRefreshRate}