aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.tsx
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-06-28 23:54:26 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-06-28 23:54:26 -0500
commit9f7d5a2fd3fca855ed51f4f4178966106ccdbefe (patch)
tree10d746423cdce903f5fee4dd27b0298cf40bb0a2 /src/client/views/collections/CollectionSchemaView.tsx
parent85311e4096a3e3842d0f8a9f39e7436401455aa3 (diff)
adjustments to date
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
-rw-r--r--src/client/views/collections/CollectionSchemaView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx
index 857d8cb50..efbe97a8e 100644
--- a/src/client/views/collections/CollectionSchemaView.tsx
+++ b/src/client/views/collections/CollectionSchemaView.tsx
@@ -22,7 +22,7 @@ import { ContentFittingDocumentView } from "../nodes/ContentFittingDocumentView"
import { setupMoveUpEvents, emptyFunction, returnZero, returnOne, returnFalse } from "../../../Utils";
import { SnappingManager } from "../../util/SnappingManager";
import Measure from "react-measure";
-import { SchemaTable } from "./SchemaTable"
+import { SchemaTable } from "./SchemaTable";
import { TraceMobx } from "../../../fields/util";
library.add(faCog, faPlus, faSortUp, faSortDown);