diff --git a/src/components/GiftedDialog.vue b/src/components/GiftedDialog.vue
index 0ba3532d..49337962 100644
--- a/src/components/GiftedDialog.vue
+++ b/src/components/GiftedDialog.vue
@@ -462,11 +462,13 @@
v-model="unitCode"
class="flex-1 rounded border border-slate-400 ms-2 px-3 py-2"
>
-
-
-
-
-
+
diff --git a/src/views/GiftedDetailsView.vue b/src/views/GiftedDetailsView.vue
index 23fc94eb..fce6c325 100644
--- a/src/views/GiftedDetailsView.vue
+++ b/src/views/GiftedDetailsView.vue
@@ -72,11 +72,13 @@
v-model="unitCode"
class="flex-1 rounded border border-slate-400 ms-2 px-3 py-2"
>
-
-
-
-
-
+
@@ -916,5 +918,10 @@ export default class GiftedDetails extends Vue {
7000,
);
}
+
+ // Computed property to get unit options
+ get unitOptions() {
+ return this.libsUtil.UNIT_SHORT;
+ }
}