Refactor #5272
parent
a73803819c
commit
84a8285ce5
|
@ -868,9 +868,10 @@ export default {
|
||||||
const data = this.dataToRender(slotProps.rows);
|
const data = this.dataToRender(slotProps.rows);
|
||||||
|
|
||||||
this.$emit('update:selection', data);
|
this.$emit('update:selection', data);
|
||||||
event.preventDefault();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
event.preventDefault();
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue