fix: MSSQL migration 2.5.1

This commit is contained in:
NGPixel
2020-07-05 15:59:02 -04:00
parent 31661b2cb3
commit b2f292cc39
4 changed files with 23 additions and 4 deletions

View File

@@ -322,7 +322,7 @@ export default {
this.target = this.cache[0]
if (this.effectivePermissions) {
this.$store.set('page/effectivePermissions',JSON.parse(Buffer.from(this.effectivePermissions, 'base64').toString()))
this.$store.set('page/effectivePermissions', JSON.parse(Buffer.from(this.effectivePermissions, 'base64').toString()))
}
},
methods: {