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',
|
||||
icon: spaceIcon,
|
||||
title: t('quickActions.spaceManagement'),
|
||||
onClick: () => onNavigate?.('/spce')
|
||||
onClick: () => onNavigate?.('/space')
|
||||
},
|
||||
// {
|
||||
// key: 'workflow-orchestration',
|
||||
|
||||
Reference in New Issue
Block a user