0
0
Fork 0

fix: refs #8083 drop useless code

This commit is contained in:
Jorge Penadés 2024-10-23 16:13:04 +02:00
parent 33ee1ea01b
commit 4e31566ddd
1 changed files with 0 additions and 2 deletions

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')"