forked from verdnatura/salix-front
fixed useless variable
This commit is contained in:
parent
fe7d370a0a
commit
d365a36c7e
|
@ -18,12 +18,6 @@ const router = useRouter();
|
|||
const { t } = useI18n();
|
||||
const stateStore = useStateStore();
|
||||
const { viewSummary } = useSummaryDialog();
|
||||
const props = defineProps({
|
||||
dataKey: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
});
|
||||
|
||||
const warehouses = ref([]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue