diff --git a/portal/menu-builder.html b/portal/menu-builder.html
index 50f8d25..cdb465f 100644
--- a/portal/menu-builder.html
+++ b/portal/menu-builder.html
@@ -3420,9 +3420,9 @@
`;
- this.showModal('Manage Menus', content, [
- { text: 'Close', primary: false, action: () => this.closeModal() }
- ]);
+ document.getElementById('modalTitle').textContent = 'Manage Menus';
+ document.getElementById('modalBody').innerHTML = content;
+ this.showModal();
},
// Format days active bitmask to readable string