We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4945d commit b4f54f3Copy full SHA for b4f54f3
site/src/pages/WorkspacePage/WorkspaceTopbar.tsx
@@ -158,7 +158,7 @@ export const WorkspaceTopbar: FC<WorkspaceProps> = ({
158
workspaceName={workspace.name}
159
templateIconUrl={workspace.template_icon}
160
rootTemplateUrl={templateLink}
161
- templateVersionName={workspace.template_name}
+ templateVersionName={workspace.latest_build.template_version_name}
162
templateVersionDisplayName={workspace.template_display_name}
163
latestBuildVersionName={
164
workspace.latest_build.template_version_name
0 commit comments