Skip to content

Commit

Permalink
ViewActions: leave the space for the filters HStack to grow
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Nov 15, 2023
1 parent 1bf654b commit 0770d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/dataviews/dataviews.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function DataViews( {
onChangeView={ onChangeView }
/>
</HStack>
<HStack justify="end">
<HStack justify="end" expanded={ false }>
<ViewActions
fields={ fields }
view={ view }
Expand Down

0 comments on commit 0770d3a

Please sign in to comment.