Skip to content

Commit ef43684

Browse files
committed
Move buttons to condition
1 parent 679cb4a commit ef43684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/CreateWorkspacePage/CreateWorkspacePageView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ export const CreateWorkspacePageView: React.FC<CreateWorkspacePageViewProps> = (
142142
))}
143143
</div>
144144
)}
145+
146+
<FormFooter onCancel={props.onCancel} isLoading={props.creatingWorkspace} />
145147
</>
146148
)}
147-
148-
<FormFooter onCancel={props.onCancel} isLoading={props.creatingWorkspace} />
149149
</form>
150150
</FullPageForm>
151151
</Margins>

0 commit comments

Comments
 (0)