This commit is contained in:
tugcekucukoglu 2024-02-15 11:39:53 +03:00
parent a73803819c
commit 84a8285ce5

View file

@ -868,9 +868,10 @@ export default {
const data = this.dataToRender(slotProps.rows);
this.$emit('update:selection', data);
event.preventDefault();
}
event.preventDefault();
break;
}
}