This commit is contained in:
ogerly 2022-09-29 11:54:24 +02:00
parent 0a511b4ea2
commit e09fb1768f

View File

@ -179,9 +179,9 @@
</ds-chip> </ds-chip>
</ds-text> </ds-text>
</ds-space> </ds-space>
submitDisable: {{submitDisable}} submitDisable: {{ submitDisable }}
<br /> <br />
submitDisableEdit: {{submitDisableEdit}} submitDisableEdit: {{ submitDisableEdit }}
<ds-space margin-top="large"> <ds-space margin-top="large">
<nuxt-link to="/my-groups"> <nuxt-link to="/my-groups">
<ds-button>{{ $t('actions.cancel') }}</ds-button> <ds-button>{{ $t('actions.cancel') }}</ds-button>
@ -292,7 +292,7 @@ export default {
) )
}, },
submitDisableEdit() { submitDisableEdit() {
if ( this.submitDisable ) return this.submitDisable if (this.submitDisable) return this.submitDisable
return ( return (
this.formData.name === this.group.name && this.formData.name === this.group.name &&
this.formData.slug === this.group.slug && this.formData.slug === this.group.slug &&