diff --git a/packages/presets/src/ai/entries/edgeless/actions-config.ts b/packages/presets/src/ai/entries/edgeless/actions-config.ts index 38a40c336a4e..af0e932efa46 100644 --- a/packages/presets/src/ai/entries/edgeless/actions-config.ts +++ b/packages/presets/src/ai/entries/edgeless/actions-config.ts @@ -275,12 +275,6 @@ const generateGroup: AIItemGroupConfig = { showWhen: noteBlockOrTextShowWhen, handler: actionToHandler('writeOutline'), }, - { - name: 'Find actions', - icon: AISearchIcon, - showWhen: noteBlockOrTextShowWhen, - handler: actionToHandler('findActions'), - }, { name: 'Expand from this mind map node', icon: AIPenIcon, @@ -306,7 +300,6 @@ const generateGroup: AIItemGroupConfig = { showWhen: noteBlockOrTextShowWhen, handler: actionToHandler('brainstormMindmap'), }, - { name: 'Regenerate mind map', icon: AIPenIcon, @@ -319,7 +312,6 @@ const generateGroup: AIItemGroupConfig = { showWhen: noteBlockOrTextShowWhen, handler: actionToHandler('createSlides'), }, - { name: 'Make it real', icon: MakeItRealIcon, @@ -351,6 +343,12 @@ const generateGroup: AIItemGroupConfig = { }; }), }, + { + name: 'Find actions', + icon: AISearchIcon, + showWhen: noteBlockOrTextShowWhen, + handler: actionToHandler('findActions'), + }, ], };