From 6cebf376d0cc81e42c844974376bc59633e328c6 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Mon, 13 Nov 2023 22:30:08 +0100 Subject: [PATCH] Refactor --- .../project-settings/input-final-pending.vue | 33 ++++++++++++------- 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/lib/www/client/source/src/components/project-settings/input-final-pending.vue b/lib/www/client/source/src/components/project-settings/input-final-pending.vue index d23bc44..517633d 100644 --- a/lib/www/client/source/src/components/project-settings/input-final-pending.vue +++ b/lib/www/client/source/src/components/project-settings/input-final-pending.vue @@ -8,14 +8,14 @@ label="Pattern" hint="Regular expression text" persistent-hint - v-model="regex" + v-model="regex_" > @@ -40,35 +40,44 @@