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:
parent
e73b7fe0fd
commit
d6ac29b498
1 changed files with 0 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue