Skip to content

Commit

Permalink
fix: designPage navigation to settings Page url error (#5546)
Browse files Browse the repository at this point in the history
Co-authored-by: Dong Lei <donglei@microsoft.com>
  • Loading branch information
liweitian and boydc2014 authored Jan 18, 2021
1 parent a7a78f8 commit 66f6854
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const ProjectHeader = (props: ProjectHeaderProps) => {

const link: TreeLink = {
displayName,
projectId,
projectId: rootProjectId,
skillId: rootProjectId === projectId ? undefined : projectId,
isRoot: true,
botError,
Expand Down

0 comments on commit 66f6854

Please sign in to comment.