Commit 36bcc50
π fix(home): use correct CreateGroupModal for session group creation (#11752)
* π fix(home): use correct CreateGroupModal for session group creation
The "Add New Group" menu item was incorrectly opening the complex
agent selection modal instead of the simple session group creation
modal. This fix imports the correct CreateGroupModal component that
only requires a group name input for creating agent folders.
Also fixes unrelated type error in ModelSelect component.
Closes: LOBE-4192
π€ Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 3e70f47 commit 36bcc50
File tree
1 file changed
+1
-1
lines changed- src/app/[variants]/(main)/home/_layout/Body/Agent
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments