test if works or revert

This commit is contained in:
alorig
2025-11-29 11:23:42 +05:00
parent 0b3830c891
commit e9e0de40d0
10 changed files with 422 additions and 85 deletions

View File

@@ -130,7 +130,7 @@ const AppSidebar: React.FC = () => {
workflowItems.push({
icon: <TaskIcon />,
name: "Writer",
path: "/writer/content", // Default to content, submenus shown as in-page navigation
path: "/writer/tasks", // Default to tasks (changed from content)
});
}