small fixes

This commit is contained in:
Alireza Ahmadi
2024-05-15 01:46:19 +02:00
parent db36756515
commit 5805e397af
14 changed files with 16 additions and 18 deletions
-1
View File
@@ -10,7 +10,6 @@
<v-col cols="12" sm="6" md="4">
<v-select
hide-details
width="100"
:label="$t('type')"
:items="Object.keys(inTypes).map((key,index) => ({title: key, value: Object.values(inTypes)[index]}))"
v-model="inbound.type"