Skip to content

Commit

Permalink
offline button
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoevanp committed Nov 16, 2023
1 parent ca25ea8 commit 53601a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const RegisterServerForm = ({
<Button
type='submit'
primary
disabled={isSubmitting || isValidating}
disabled={isSubmitting || isValidating || offline}
>
{t('component.form.action.registerWorkspace')}
</Button>
Expand Down

0 comments on commit 53601a8

Please sign in to comment.