From 3fdd4fdc7447384740fb492a21a2ecf5db5cc51c Mon Sep 17 00:00:00 2001 From: Jahziel Villasana-Espinoza Date: Thu, 6 Nov 2025 14:59:21 -0500 Subject: [PATCH] temporarily remove code that prevents MDM from being turned on in UI (#35292) # Checklist for submitter If some of the following don't apply, delete the relevant line. ## Testing - [x] QA'd all new/changed functionality manually --- frontend/router/index.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/router/index.tsx b/frontend/router/index.tsx index b488931464..2ddd5aee4a 100644 --- a/frontend/router/index.tsx +++ b/frontend/router/index.tsx @@ -202,10 +202,6 @@ const routes = ( path="integrations/:section" component={AdminIntegrationsPage} /> -