From 76b5022c08e2a714d8e364bf1736da555a3578a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Paunovi=C4=87?= Date: Wed, 31 Jul 2024 14:23:59 +0200 Subject: [PATCH] fix(ui): casting boolean values on resume dialog (#4498) --- ui/src/components/inputs/InputsForm.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ui/src/components/inputs/InputsForm.vue b/ui/src/components/inputs/InputsForm.vue index d4b6434b36..81820f6896 100644 --- a/ui/src/components/inputs/InputsForm.vue +++ b/ui/src/components/inputs/InputsForm.vue @@ -63,10 +63,11 @@ v-if="input.type === 'BOOLEAN'" v-model="inputs[input.id]" @update:model-value="onChange" + class="w-100" > - - - + + + \ No newline at end of file +