old automation cleanup adn status feilds of planner udpate
This commit is contained in:
@@ -95,15 +95,6 @@ const AppSidebar: React.FC = () => {
|
||||
},
|
||||
];
|
||||
|
||||
// Add Automation if enabled (single item, no dropdown)
|
||||
if (moduleEnabled('automation')) {
|
||||
setupItems.push({
|
||||
icon: <BoltIcon />,
|
||||
name: "Automation",
|
||||
path: "/automation/rules", // Default to rules, submenus shown as in-page navigation
|
||||
});
|
||||
}
|
||||
|
||||
// Add Thinker if enabled (single item, no dropdown)
|
||||
if (moduleEnabled('thinker')) {
|
||||
setupItems.push({
|
||||
|
||||
Reference in New Issue
Block a user