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