Skip to content

Commit

Permalink
fixed typo causing dbir/1.3.5 combo to load 1.3.4 schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Bassett committed Dec 7, 2020
1 parent dc58fd0 commit 30e8696
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/veris_webapp/assets/meta.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"build":300}
{"build":301}
2 changes: 1 addition & 1 deletion bin/veris_webapp/src/js/dbir-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const schemas = {
uischema: uiSchemas['dbir']['1.3.4']
},
'1.3.5': {
schema: processSchema(dbir1_3_4, 'dbir', '1.3.5', dbirLabels),
schema: processSchema(dbir1_3_5, 'dbir', '1.3.5', dbirLabels),
rawschema: dbir1_3_5,
uischema: uiSchemas['dbir']['1.3.5']
},
Expand Down
2 changes: 1 addition & 1 deletion bin/veris_webapp_min.html

Large diffs are not rendered by default.

0 comments on commit 30e8696

Please sign in to comment.