File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
editor/app/(workbench)/[org]/[proj]/(console)/(resources) Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -281,13 +281,13 @@ export default function PortalPresetEditPage() {
281281 return false ;
282282 }
283283 toast . success ( "Preset deleted" ) ;
284- router . push ( `/${ params . org } /${ params . proj } /ciam/presets ` ) ;
284+ router . push ( `/${ params . org } /${ params . proj } /ciam/portal ` ) ;
285285 return true ;
286286 } ,
287287 [ client , params , router ]
288288 ) ;
289289
290- const basePath = `/${ params . org } /${ params . proj } /ciam/presets ` ;
290+ const basePath = `/${ params . org } /${ params . proj } /ciam/portal ` ;
291291
292292 if ( isLoading || ! preset ) {
293293 return (
File renamed without changes.
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export function ConsoleResourcesSidebar({
9999 < ShieldCheckIcon className = "size-4" />
100100 CIAM
101101 </ SidebarMenuLink >
102- < SidebarMenuLink href = { `${ basePath } /ciam/presets ` } >
102+ < SidebarMenuLink href = { `${ basePath } /ciam/portal ` } >
103103 < Store className = "size-4" />
104104 Customer Portal
105105 </ SidebarMenuLink >
You can’t perform that action at this time.
0 commit comments