mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fix lint
This commit is contained in:
parent
0a511b4ea2
commit
e09fb1768f
@ -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 &&
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user