File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ui/layouts/stacks/Stacks/List Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export const routePaths = {
8484 runs : ( workspace : string , id : TId ) : string =>
8585 `/workspaces/${ workspace } /stacks/${ id } /runs` ,
8686 components : ( id : TId , workspace : string ) : string =>
87- `/workspaces/${ workspace } /stacks/${ id } /components ` ,
87+ `/workspaces/${ workspace } /stacks/${ id } /component ` ,
8888 } ,
8989 runs : {
9090 base : ( id : TId ) : string => `/stacks/${ id } ` ,
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export const List: React.FC<Props> = ({
9393 if ( id ) {
9494 history . push ( routePaths . stacks . list ( selectedWorkspace ) ) ;
9595 } else {
96- history . push ( routePaths . stack . configuration ( stack . id , selectedWorkspace ) ) ;
96+ history . push ( routePaths . stack . components ( stack . id , selectedWorkspace ) ) ;
9797 }
9898 } ;
9999
You can’t perform that action at this time.
0 commit comments