From ed016b2476a2a37eef4c6535a4713ec7c5005858 Mon Sep 17 00:00:00 2001 From: xds Date: Mon, 10 Nov 2025 09:29:48 +0300 Subject: [PATCH] fix empty category --- .../transactions/TransactionCreateUpdate.vue | 63 ++++++++++--------- 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/src/components/transactions/TransactionCreateUpdate.vue b/src/components/transactions/TransactionCreateUpdate.vue index a235465..51c2cce 100644 --- a/src/components/transactions/TransactionCreateUpdate.vue +++ b/src/components/transactions/TransactionCreateUpdate.vue @@ -285,7 +285,7 @@ onMounted(async () => { :style="tgApp ? `padding-top: ${insetTop}px !important` : 'padding-top: 2rem !important'">
-
+
Income categories
{ - + - - - - - + + + + +
-
- -
- +
+
+ +
+ +
+ Comment couldn't be empty. +
- Comment couldn't be empty. - -
-
- -
-
-
- {{ transactionCategory.icon }} -
+
+ +
+
+
+ {{ transactionCategory.icon }} +
{{ transactionCategory.name }} +
-
-
- -
+
+ +
Категория не определена +
+
-
+ Category should be selected
- Category should be selected
-