From e40d9b9d2221662608e9962d5072b4205997823b Mon Sep 17 00:00:00 2001 From: axolotle Date: Wed, 29 Sep 2021 21:43:37 +0200 Subject: [PATCH] add `visible` arg field option handling in AppInstall --- app/src/views/app/AppInstall.vue | 49 ++++++++++++++++++++++++++++---- 1 file changed, 44 insertions(+), 5 deletions(-) diff --git a/app/src/views/app/AppInstall.vue b/app/src/views/app/AppInstall.vue index e74ba5fc..1bc08e5d 100644 --- a/app/src/views/app/AppInstall.vue +++ b/app/src/views/app/AppInstall.vue @@ -23,10 +23,13 @@ :validation="$v" :server-error="serverError" @submit.prevent="performInstall" > - + @@ -44,9 +47,10 @@