From a2c8914455d06ea12c5a65ce9054d24af1ce9bdc Mon Sep 17 00:00:00 2001 From: dante di domenico Date: Mon, 9 Oct 2023 12:31:05 +0200 Subject: [PATCH] chore fix: js lint --- .../app/components/relation-view/roles-list-view.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/js/app/components/relation-view/roles-list-view.vue b/resources/js/app/components/relation-view/roles-list-view.vue index c37485979..6be85aab4 100644 --- a/resources/js/app/components/relation-view/roles-list-view.vue +++ b/resources/js/app/components/relation-view/roles-list-view.vue @@ -52,7 +52,7 @@ export default { }, async mounted() { - await this.loadObjects(true, {page_size:100}); + await this.loadObjects(true, { page_size:100 }); this.$nextTick(() => { let groups = this.groups; if (Object.keys(groups).length === 0) { @@ -120,8 +120,8 @@ export default { }