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 679cb4a commit ef43684Copy full SHA for ef43684
site/src/pages/CreateWorkspacePage/CreateWorkspacePageView.tsx
@@ -142,10 +142,10 @@ export const CreateWorkspacePageView: React.FC<CreateWorkspacePageViewProps> = (
142
))}
143
</div>
144
)}
145
+
146
+ <FormFooter onCancel={props.onCancel} isLoading={props.creatingWorkspace} />
147
</>
148
-
- <FormFooter onCancel={props.onCancel} isLoading={props.creatingWorkspace} />
149
</form>
150
</FullPageForm>
151
</Margins>
0 commit comments