Skip to content

Commit

Permalink
hotfix: Validation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth committed May 31, 2023
1 parent debb0fa commit b608184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/SpaceCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ onMounted(async () => {
currentStep === Step.PLUGINS ||
(!needsPluginConfigs && currentStep === Step.VOTING)
"
:disabled="!isFormValid || !isValid"
:disabled="!isFormValid"
:loading="isSending || queryLoading || isSnapshotLoading"
class="block w-full"
primary
Expand Down

0 comments on commit b608184

Please sign in to comment.