Merge branch 'master' into 15067-tag-editing-by-ids
[arvados-workbench2.git] / src / common / config.ts
index 7d974342a704198686b8e20a959e537c0e03a73c..cbac7b1984aa5bbfc286060c61ee0bd6b52574f0 100644 (file)
@@ -125,6 +125,9 @@ remove the entire ${varName} entry from ${WORKBENCH_CONFIG_URL}`);
                 else {
                     vocabularyUrl = clusterConfigJSON.Workbench.VocabularyURL || "/vocabulary-example.json";
                 }
+                // FIXME: The following line is for dev testing purposes
+                vocabularyUrl = "/vocabulary-example.json";
+
                 config.vocabularyUrl = vocabularyUrl;
 
                 return { config, apiHost: workbenchConfig.API_HOST };