update
This commit is contained in:
parent
90cd5ec582
commit
e987cf6c69
15 changed files with 365 additions and 179 deletions
|
|
@ -6,7 +6,7 @@
|
|||
dark
|
||||
flat
|
||||
>
|
||||
<v-toolbar-title>{{ $store.state.delegate.adminName }}</v-toolbar-title>
|
||||
<v-toolbar-title>{{ $store.state.data.name }}</v-toolbar-title>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn
|
||||
outlined
|
||||
|
|
@ -233,6 +233,7 @@ export default {
|
|||
}
|
||||
},
|
||||
mounted () {
|
||||
this.$store.commit('SET_TITLE', "Modification de l'association")
|
||||
this.selectRoute(this.$route)
|
||||
/**
|
||||
* this is very ugly I kown
|
||||
|
|
@ -375,6 +376,7 @@ export default {
|
|||
this.$store.commit('VALIDATE_MAIN', isValid => {
|
||||
if (isValid) {
|
||||
this.publishModal = true
|
||||
this.save()
|
||||
} else {
|
||||
this.$store.commit('ADD_ALERT', {
|
||||
color: 'error',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue