#8083 hotfix-insertRecord #859

Merged
jgallego merged 5 commits from 8083-hotfix-insertRecord into master 2024-10-23 14:25:01 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 4e31566ddd - Show all commits

View File

@ -26,7 +26,6 @@ const { openConfirmationModal } = useVnConfirm();
const newTicketDialogRef = ref(null);
const logsTableDialogRef = ref(null);
const vnTableRef = ref();
const btnSelectRef = ref();
const expeditionsLogsData = ref([]);
const selectedExpeditions = ref([]);
const allColumnNames = ref([]);
@ -220,7 +219,6 @@ onUnmounted(() => (stateStore.rightDrawer = false));
<template #st-actions>
<QBtnGroup push class="q-gutter-x-sm" flat>
<VnBtnSelect
ref="btnSelectRef"
:disable="!hasSelectedRows"
color="primary"
:label="t('globals.changeState')"