Skip to content

Commit

Permalink
🎨: add show-empty prop to b-table i ObjectPermissions to the empt…
Browse files Browse the repository at this point in the history
…y list alert
  • Loading branch information
itisAliRH committed Jun 17, 2024
1 parent 2c4ad24 commit 209f467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/PageEditor/ObjectPermissions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ function makeAccessible(item: ItemInterface) {

<template>
<div>
<b-table :items="tableItems" :fields="tableFields">
<b-table :items="tableItems" show-empty :fields="tableFields">
<template v-slot:empty>
<LoadingSpan v-if="loading" message="Loading objects" />
<b-alert v-else variant="info" show>
Expand Down

0 comments on commit 209f467

Please sign in to comment.