From 12949df2e1f8b0632c873d65d305ec8503a12a2f Mon Sep 17 00:00:00 2001 From: si458 Date: Mon, 24 Nov 2025 18:54:20 +0000 Subject: [PATCH] fix modern ui add users to meshgroups #7447 Signed-off-by: si458 --- views/default3.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default3.handlebars b/views/default3.handlebars index 7aa95750..7a4c4077 100644 --- a/views/default3.handlebars +++ b/views/default3.handlebars @@ -15565,7 +15565,7 @@ x += ''; if (userid == null) { - xxdialogButtons = 3; xxdialogTag = ''; + xxdialogButtons = 3; xxdialogTag = null; setModalContent('xxAddAgent', "Add Users to Device Group", x); showModal('xxAddAgentModal', 'idx_dlgOkButton', function () { p20showAddMeshUserDialogEx(xxdialogButtons, xxdialogTag);