mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Disable Notice on Join Form
This commit is contained in:
parent
6966b96391
commit
7199d170ed
1 changed files with 2 additions and 1 deletions
|
|
@ -33,9 +33,10 @@ const JoinForm = ({ sx = {} }) => {
|
|||
/>
|
||||
</Label>
|
||||
<Submit
|
||||
disabled
|
||||
status={status}
|
||||
labels={{
|
||||
default: 'Request invitation',
|
||||
default: 'Temporarily Disabled',
|
||||
error: 'Something went wrong',
|
||||
success: 'Email coming soon!'
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue