forked from verdnatura/salix-front
Remove unused variable in CustomerSummaryTableActions
This commit is contained in:
parent
6028fd0c4d
commit
107eaea704
|
@ -6,7 +6,7 @@ import TicketSummary from 'src/pages/Ticket/Card/TicketSummary.vue';
|
||||||
|
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
|
|
||||||
const $props = defineProps({
|
defineProps({
|
||||||
id: {
|
id: {
|
||||||
type: Number,
|
type: Number,
|
||||||
required: true,
|
required: true,
|
||||||
|
|
Loading…
Reference in New Issue