We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff50a83 commit b8ada49Copy full SHA for b8ada49
site/src/pages/WorkspacePage/WorkspacePage.tsx
@@ -73,7 +73,7 @@ export const WorkspacePage: React.FC = () => {
73
} else if (!workspace) {
74
return <FullScreenLoader />
75
} else if (!template) {
76
- return <div className={styles.error}>Loading template</div>
+ return <FullScreenLoader />
77
} else {
78
const deadline = dayjs(workspace.latest_build.deadline).utc()
79
const favicon = getFaviconByStatus(workspace.latest_build)
0 commit comments