fix: payment type (Pay/Receive) is correctly set when creating payment entry

This commit is contained in:
AbleKSaju
2025-06-05 11:31:37 +05:30
parent 81333cd487
commit 24904dce7f
+5 -3
View File
@@ -28,9 +28,11 @@
'text-gray-500': !value,
}"
>
<span v-if="value" class="cursor-text w-full">{{
selectValue ? selectValue : value
}}</span>
<span
v-if="selectValue || value"
class="cursor-text text-black dark:text-white w-full"
>{{ selectValue ? selectValue : value }}</span
>
<span v-else>{{ inputPlaceholder }}</span>
<svg
v-if="!isReadOnly"