mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-16 09:57:01 +02:00
Remove inconsistent parameters
This commit is contained in:
parent
1292b7bd89
commit
07670d8e56
@ -34,14 +34,14 @@
|
|||||||
await this.form.post('/api/groups')
|
await this.form.post('/api/groups')
|
||||||
|
|
||||||
if( this.form.errors.any() === false ) {
|
if( this.form.errors.any() === false ) {
|
||||||
this.$router.push({name: 'groups', params: { InitialEditMode: false }});
|
this.$router.push({ name: 'groups' });
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
cancelCreation: function() {
|
cancelCreation: function() {
|
||||||
|
|
||||||
this.$router.push({name: 'groups', params: { InitialEditMode: false }});
|
this.$router.push({ name: 'groups' });
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user