fix reordering

This commit is contained in:
Joel McKinnon 2020-02-20 14:17:15 -08:00
parent 2635f085f0
commit 44fc62e0ba

View File

@ -214,7 +214,7 @@ export default {
this.domainObject.configuration.criteria.push(criteriaObject); this.domainObject.configuration.criteria.push(criteriaObject);
}, },
dragStart(e) { dragStart(e) {
this.$emit('set-move-index', Number(e.target.getAttribute('data-condition-index'))); this.$emit('setMoveIndex', Number(e.target.getAttribute('data-condition-index')));
}, },
destroy() { destroy() {
if (this.conditionClass) { if (this.conditionClass) {