fix(quick-actions): correct space management navigation route
- Fix typo in space management quick action route from '/spce' to '/space' - Ensure users are correctly navigated to the space management page when clicking the quick action
This commit is contained in:
@@ -47,7 +47,7 @@ const QuickActions: FC<QuickActionsProps> = ({ onNavigate }) => {
|
|||||||
key: 'space-management',
|
key: 'space-management',
|
||||||
icon: spaceIcon,
|
icon: spaceIcon,
|
||||||
title: t('quickActions.spaceManagement'),
|
title: t('quickActions.spaceManagement'),
|
||||||
onClick: () => onNavigate?.('/spce')
|
onClick: () => onNavigate?.('/space')
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// key: 'workflow-orchestration',
|
// key: 'workflow-orchestration',
|
||||||
|
|||||||
Reference in New Issue
Block a user