Skip to content

Commit

Permalink
chore fix: js lint
Browse files Browse the repository at this point in the history
  • Loading branch information
didoda committed Oct 9, 2023
1 parent e4fde02 commit a2c8914
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/js/app/components/relation-view/roles-list-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -120,8 +120,8 @@ export default {
}
</script>
<style>
.roles-list-view {
height: 50vh;
overflow-y: scroll;
}
.roles-list-view {
height: 50vh;
overflow-y: scroll;
}
</style>

0 comments on commit a2c8914

Please sign in to comment.