Skip to content

Commit

Permalink
Fixes edit application modal
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoBiscosi committed Feb 6, 2025
1 parent 82a4edd commit fbb2173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http_src/vue/modal-add-application.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down
2 changes: 1 addition & 1 deletion httpdocs/dist
Submodule dist updated 1 files
+2 −2 ntopng.js

0 comments on commit fbb2173

Please sign in to comment.