Skip to content

Commit

Permalink
[4.x] Hide listing filters when reordering entries (#9420)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Jan 30, 2024
1 parent 0da35cc commit a692ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/entries/Listing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
>
<div slot-scope="{ hasSelections }">
<div class="card overflow-hidden p-0 relative">
<div class="flex flex-wrap items-center justify-between px-2 pb-2 text-sm border-b">
<div v-if="!reordering" class="flex flex-wrap items-center justify-between px-2 pb-2 text-sm border-b">

<data-list-filter-presets
ref="presets"
Expand Down

0 comments on commit a692ede

Please sign in to comment.