From 3955408aa43749490be0884f974be90b6be81258 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 26 Jun 2023 20:03:25 +0200 Subject: [PATCH] dont show properties view if no properties are present in DB --- vue/src/components/PropertyViewComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/src/components/PropertyViewComponent.vue b/vue/src/components/PropertyViewComponent.vue index 322c2e3a..f4f5ceac 100644 --- a/vue/src/components/PropertyViewComponent.vue +++ b/vue/src/components/PropertyViewComponent.vue @@ -2,7 +2,7 @@
-
+
{{ $t('Properties') }}