From 0aecb50590c15cfa4f8729688b67aa7ee2be76d3 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 14 Oct 2023 14:00:31 +0200 Subject: [PATCH] [Entities UI] Don't hide variables with null values. Otherwise, the `variables` panel will still appear, but empty, and offering no way of actually removing or resetting those variables. --- .../http/webapp/src/components/panels/Entities/Variable.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/Variable.vue b/platypush/backend/http/webapp/src/components/panels/Entities/Variable.vue index 0f85e01e5..247c62b36 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Variable.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Variable.vue @@ -1,5 +1,5 @@