Disable Notice on Join Form

This commit is contained in:
Sam Poder 2021-06-04 14:24:10 +08:00 committed by GitHub
parent 6966b96391
commit 7199d170ed

View file

@ -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!'
}}