- Notifications
You must be signed in to change notification settings - Fork1k
refactor: Update create workspace flow to allow creation from the workspaces page#1684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
c90c226
6f6b910
679cb4a
ef43684
4af315b
20f8742
3b7d3d0
2cea3c7
eeeda45
58f9231
48088e3
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -35,7 +35,7 @@ export const FormFooter: React.FC<FormFooterProps> = ({ | ||
const styles = useStyles() | ||
return ( | ||
<div className={styles.footer}> | ||
<Buttontype="button"className={styles.button} onClick={onCancel} variant="outlined"> | ||
Contributor
| ||
{Language.cancelLabel} | ||
</Button> | ||
<LoadingButton loading={isLoading} className={styles.button} variant="contained" color="primary" type="submit"> | ||
Uh oh!
There was an error while loading.Please reload this page.