HazyResearch / mindbender

Tools for iterative knowledge base development with DeepDive
116 stars 32 forks source link

Parametric tag remove button doesn't commit #84

Closed oxymor0n closed 7 years ago

oxymor0n commented 7 years ago

When an user try to remove a parametric tag by clicking on the x button next to it (when using the tags_parametric template), the tag is removed from the UI but the change isn't committed to the backend. screen shot 2017-06-07 at 5 51 14 pm

I suspect this is because clicking on that button only calls the toggle function but doesn't call the commit function like its working cousin, nextNullParamOrToggle

I'll make a PR later to address this issue.