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