Skip to content

Commit

Permalink
Merge pull request #18413 from itisAliRH/fix-object-permission-empty
Browse files Browse the repository at this point in the history
[24.1] Fix Object store empty list alert
  • Loading branch information
jmchilton authored Jun 17, 2024
2 parents 77dbd47 + 209f467 commit ce46c63
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 ce46c63

Please sign in to comment.