mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 09:58:52 +00:00
fix reordering
This commit is contained in:
parent
2635f085f0
commit
44fc62e0ba
@ -214,7 +214,7 @@ export default {
|
||||
this.domainObject.configuration.criteria.push(criteriaObject);
|
||||
},
|
||||
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() {
|
||||
if (this.conditionClass) {
|
||||
|
Loading…
Reference in New Issue
Block a user