fix: refs #6553 fix pr

This commit is contained in:
Carlos Satorres 2025-01-22 14:13:15 +01:00
parent 46cdd9e62b
commit 7144bb3871
1 changed files with 0 additions and 2 deletions

View File

@ -253,7 +253,6 @@ function stopEventPropagation(event) {
function reload(params) {
selected.value = [];
CrudModelRef.value.reload(params);
emit('saveChanges', params);
}
function columnName(col) {
@ -725,7 +724,6 @@ es:
div.fields {
width: 100%;
.vn-label-value {
background-color: red;
display: flex;
gap: 2%;
}