From c869a28be0fab7af8316eae6d4b67bda425ceeec Mon Sep 17 00:00:00 2001 From: Matteo Biscosi Date: Thu, 6 Feb 2025 15:43:16 +0100 Subject: [PATCH] Fixes edit application modal --- http_src/vue/modal-add-application.vue | 2 +- httpdocs/dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/http_src/vue/modal-add-application.vue b/http_src/vue/modal-add-application.vue index d0a228d2c225..877a286b2908 100644 --- a/http_src/vue/modal-add-application.vue +++ b/http_src/vue/modal-add-application.vue @@ -137,7 +137,7 @@ const populate_modal_form = (row) => { }); selected_category.value = edit_row_category; - custom_rules.value = row.custom_rules?.replace(',', '\n'); + custom_rules.value = row.custom_rules?.replaceAll(',', '\n'); } const show = (row) => { diff --git a/httpdocs/dist b/httpdocs/dist index 374cc3e6c8ed..87d43d629ecb 160000 --- a/httpdocs/dist +++ b/httpdocs/dist @@ -1 +1 @@ -Subproject commit 374cc3e6c8ed4dbe2f0b10d37b290e9db38c84e8 +Subproject commit 87d43d629ecb9bc52fa825363e3de0205034fda1