diff options
author | bobzel <zzzman@gmail.com> | 2024-10-01 19:42:58 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-10-01 19:42:58 -0400 |
commit | c4f18e8f7a615644213eb276fcad954c1bd1a341 (patch) | |
tree | da7f0be87645670a2031eb5f6c5db1477952eb37 /src/client/views/nodes/DataVizBox/components/TableBox.tsx | |
parent | 111a4775788a52b218d5dbb49ef8c2d83d90ff3e (diff) | |
parent | 45edcb10855ba5a5313ccf2e60c5ba3590d7bcbc (diff) |
Merge branch 'master' into nathan-starter
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/TableBox.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/components/TableBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/TableBox.tsx b/src/client/views/nodes/DataVizBox/components/TableBox.tsx index 8ce318c2b..6cc773da0 100644 --- a/src/client/views/nodes/DataVizBox/components/TableBox.tsx +++ b/src/client/views/nodes/DataVizBox/components/TableBox.tsx @@ -18,7 +18,6 @@ import { DocumentView } from '../../DocumentView'; import { DataVizView } from '../DataVizBox'; import './Chart.scss'; -// eslint-disable-next-line @typescript-eslint/no-var-requires const { DATA_VIZ_TABLE_ROW_HEIGHT } = require('../../../global/globalCssVariables.module.scss'); // prettier-ignore interface TableBoxProps { |