forked from verdnatura/salix-front
fix: refs #8083 drop useless code
This commit is contained in:
parent
33ee1ea01b
commit
4e31566ddd
|
@ -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')"
|
||||
|
|
Loading…
Reference in New Issue