6553-workerBusiness #1311

Merged
carlossa merged 63 commits from 6553-workerBusiness into dev 2025-01-31 09:20:11 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 7144bb3871 - Show all commits

View File

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