initial plumbing for iD validation errors

ref #remote-presets
This commit is contained in:
Max Grossman
2018-07-31 14:22:34 -04:00
parent db78df55c8
commit 2bf5eaf6e7
8 changed files with 55 additions and 33 deletions
-1
View File
@@ -42,7 +42,6 @@ export function uiEntityEditor(context) {
var entity = context.entity(_entityID);
var tags = _clone(entity.tags);
console.log(context.validationRules());
// Header
var header = selection.selectAll('.header')
.data([0]);