Skip to content

Commit b4f54f3

Browse files
fix: use latest build version name on workspace page (#14771)
1 parent db4945d commit b4f54f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacePage/WorkspaceTopbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export const WorkspaceTopbar: FC<WorkspaceProps> = ({
158158
workspaceName={workspace.name}
159159
templateIconUrl={workspace.template_icon}
160160
rootTemplateUrl={templateLink}
161-
templateVersionName={workspace.template_name}
161+
templateVersionName={workspace.latest_build.template_version_name}
162162
templateVersionDisplayName={workspace.template_display_name}
163163
latestBuildVersionName={
164164
workspace.latest_build.template_version_name

0 commit comments

Comments
 (0)