mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-25 17:09:09 +00:00
fix: stale column data
This commit is contained in:
committed by
Carlos Valente
parent
abe9012f20
commit
050629d281
+2
-3
@@ -1,4 +1,4 @@
|
|||||||
import { memo, ReactNode } from 'react';
|
import { ReactNode } from 'react';
|
||||||
import { IoChevronDown, IoOptions, IoSettingsOutline } from 'react-icons/io5';
|
import { IoChevronDown, IoOptions, IoSettingsOutline } from 'react-icons/io5';
|
||||||
import { Popover } from '@base-ui-components/react/popover';
|
import { Popover } from '@base-ui-components/react/popover';
|
||||||
import { Toggle } from '@base-ui-components/react/toggle';
|
import { Toggle } from '@base-ui-components/react/toggle';
|
||||||
@@ -27,8 +27,7 @@ interface CuesheetTableSettingsProps {
|
|||||||
handleClearToggles: () => void;
|
handleClearToggles: () => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default memo(CuesheetTableSettings);
|
export default function CuesheetTableSettings({
|
||||||
function CuesheetTableSettings({
|
|
||||||
columns,
|
columns,
|
||||||
handleResetResizing,
|
handleResetResizing,
|
||||||
handleResetReordering,
|
handleResetReordering,
|
||||||
|
|||||||
Reference in New Issue
Block a user