7129-finishMigration #549
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#549
Loading…
Reference in New Issue
No description provided.
Delete Branch "7129-finishMigration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -602,3 +609,3 @@
.bg-header {
background-color: #5d5d5d;
background-color: var(--vn-section-color);
Usar 5d5d5d y pasar a una variable pq es distinto que var(--vn-section-color)
hecho
@ -249,7 +253,6 @@ defineExpose({
:data-key="$attrs['data-key']"
:search-button="true"
v-model="params"
:disable-submit-event="true"
Borrado al actualizar la rama?
@ -113,7 +112,6 @@ async function search(evt) {
isLoading.value = true;
const filter = { ...userParams.value };
store.userParamsChanged = true;
arrayData.reset(['skip', 'filter.skip', 'page']);
Borrado al actualizar la rama?
New commits pushed, approval review dismissed automatically according to repository settings