From 22db201a082f13119f9126436bee81c50b2a4d43 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:45:36 +0530 Subject: [PATCH] chore: Hide the variable list if its empty. (#8704) --- .../dashboard/components/widgets/conversation/VariableList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/dashboard/components/widgets/conversation/VariableList.vue b/app/javascript/dashboard/components/widgets/conversation/VariableList.vue index 8c714b784..48b1dcea3 100644 --- a/app/javascript/dashboard/components/widgets/conversation/VariableList.vue +++ b/app/javascript/dashboard/components/widgets/conversation/VariableList.vue @@ -1,5 +1,6 @@