Skip to content

Commit

Permalink
Merge pull request #109 from mostafaznv/dev
Browse files Browse the repository at this point in the history
fix: set no-result state when page is not loading
  • Loading branch information
mostafaznv authored Dec 24, 2023
2 parents 33b0efe + 79143a9 commit efdb21a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/media-browser/MediaBrowser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<div
class="media-browser__list--main"
:class="{'no-result': !pagination.total}"
:class="{'no-result': !pagination.total && !loading}"
:style="`--nova-ckeditor-gallery-size:${gallerySize}`"
>
<media-browser-list
Expand Down

0 comments on commit efdb21a

Please sign in to comment.