Migrate copilot to command menu (#9522)
Open copilot chat inside command menu https://github.com/user-attachments/assets/60d83a77-6e96-4daa-98b0-33b7c1157d9a
This commit is contained in:
@ -11,6 +11,8 @@ export const mapRightDrawerPageToCommandMenuPage = (
|
||||
return CommandMenuPages.ViewEmailThread;
|
||||
case RightDrawerPages.ViewCalendarEvent:
|
||||
return CommandMenuPages.ViewCalendarEvent;
|
||||
case RightDrawerPages.Copilot:
|
||||
return CommandMenuPages.Copilot;
|
||||
case RightDrawerPages.WorkflowStepSelectTriggerType:
|
||||
return CommandMenuPages.WorkflowStepSelectTriggerType;
|
||||
case RightDrawerPages.WorkflowStepSelectAction:
|
||||
|
||||
Reference in New Issue
Block a user