aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.tsx
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-03-02 22:51:17 -0500
committerTyler Schicke <tyler_schicke@brown.edu>2019-03-02 22:51:17 -0500
commit2afa23254c2261ce97e10817c65794a67fde601d (patch)
treecc824b4f34a843d23ee691eca090c19b35e8def7 /src/client/views/collections/CollectionSchemaView.tsx
parent92f2dd5df2b8be69415c9cbe07dfda45d719c5ea (diff)
parent979da9061b6e6cab1f82a316387cb2db1c1eaefb (diff)
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into navigation
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 8c4a1bf2e..737e5998b 100644
--- a/src/client/views/collections/CollectionSchemaView.tsx
+++ b/src/client/views/collections/CollectionSchemaView.tsx
@@ -58,7 +58,7 @@ export class CollectionSchemaView extends CollectionViewBase {
return field || "";
}}
SetValue={(value: string) => {
- let script = CompileScript(value);
+ let script = CompileScript(value, undefined, true);
if (!script.compiled) {
return false;
}