fix modern ui add users to meshgroups #7447
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Nov 24, 2025 at 18:54 UTC
12949df2e1f8b0632c873d65d305ec8503a12a2f
1 file changed
+1
-1
views/default3.handlebars
+1
-1
@@ -15565,7 +15565,7 @@
15565
x += '</div>';
15566
15567
if (userid == null) {
15568
- xxdialogButtons = 3; xxdialogTag = '';
15568
+ xxdialogButtons = 3; xxdialogTag = null;
15569
setModalContent('xxAddAgent', "Add Users to Device Group", x);
15570
showModal('xxAddAgentModal', 'idx_dlgOkButton', function () {
15571
p20showAddMeshUserDialogEx(xxdialogButtons, xxdialogTag);