From 59afcadec9ce3e21617345da32f1a385a2da6219 Mon Sep 17 00:00:00 2001 From: Talha Ahmed Date: Wed, 2 Sep 2026 17:57:27 +0500 Subject: [PATCH] Inbox: drop the Microsoft Graph API status chip from the header Co-Authored-By: Claude Fable 5 --- frontend/src/screens/Inbox.jsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/screens/Inbox.jsx b/frontend/src/screens/Inbox.jsx index 945501e..a77371a 100644 --- a/frontend/src/screens/Inbox.jsx +++ b/frontend/src/screens/Inbox.jsx @@ -1122,9 +1122,6 @@ export default function Inbox() { ))} - {!isForms && ( - Microsoft Graph API · Connected - )} {isForms && ( Google Sheets · Form data )} -- 2.40.1