aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2024-07-12 09:34:51 -0400
committergeireann <geireann.lindfield@gmail.com>2024-07-12 09:34:51 -0400
commitf5e8d0591f6ebcabe69729d7f9e1c1a90abb6857 (patch)
tree2b1f6b7e9c9e671adcacc55c782083beaaa501c4 /src/client/views/collections/collectionSchema/CollectionSchemaView.tsx
parent2e139bdd732e0e35acfc60a637871f19d21d0a69 (diff)
Fixed nested collections in templates. cleaned up some cod.e
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.tsx')
-rw-r--r--src/client/views/collections/collectionSchema/CollectionSchemaView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx b/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx
index 7c2cfd15f..6bea53355 100644
--- a/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx
+++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx
@@ -32,6 +32,7 @@ import './CollectionSchemaView.scss';
import { SchemaColumnHeader } from './SchemaColumnHeader';
import { SchemaRowBox } from './SchemaRowBox';
+// eslint-disable-next-line @typescript-eslint/no-var-requires
const { SCHEMA_NEW_NODE_HEIGHT } = require('../../global/globalCssVariables.module.scss'); // prettier-ignore
export const FInfotoColType: { [key: string]: ColumnType } = {