Skip to content

Commit

Permalink
Fix page role spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Oct 25, 2024
1 parent 1993104 commit cb2328e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/web/compose/src/views/Admin/Pages/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1222,9 +1222,9 @@ export default {
},
async resolveLayoutRoles () {
this.resolvingLayoutRoles = true
if (this.currentLayoutRoles.length) {
this.resolvingLayoutRoles = true
Promise.all(this.currentLayoutRoles.map(roleID => {
if (this.resolvedRoles[roleID]) {
return Promise.resolve()
Expand Down

0 comments on commit cb2328e

Please sign in to comment.