chore: removing little-used session sharing feature (#4249)
This commit is contained in:
@@ -178,7 +178,7 @@ const handleViewTypeDeepLink = (viewType: string, recipeConfig: unknown) => {
|
||||
recipes: '#/recipes',
|
||||
permission: '#/permission',
|
||||
ConfigureProviders: '#/configure-providers',
|
||||
sharedSession: '#/shared-session',
|
||||
|
||||
recipeEditor: '#/recipe-editor',
|
||||
welcome: '#/welcome',
|
||||
};
|
||||
|
||||
@@ -13,7 +13,6 @@ export type View =
|
||||
| 'settingsV2'
|
||||
| 'sessions'
|
||||
| 'schedules'
|
||||
| 'sharedSession'
|
||||
| 'loading'
|
||||
| 'recipeEditor'
|
||||
| 'recipes'
|
||||
@@ -61,9 +60,6 @@ export const createNavigationHandler = (navigate: NavigateFunction) => {
|
||||
case 'ConfigureProviders':
|
||||
navigate('/configure-providers', { state: options });
|
||||
break;
|
||||
case 'sharedSession':
|
||||
navigate('/shared-session', { state: options });
|
||||
break;
|
||||
case 'recipeEditor':
|
||||
navigate('/recipe-editor', { state: options });
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user