Skip to content

Commit

Permalink
footer not depend on empty state
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup committed Sep 19, 2024
1 parent 38ca715 commit 9895c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/SelectPanel/SelectPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ function Panel({
sx={{...sx, height: 'inherit', maxHeight: 'inherit'}}
/>

{footer && !isNoItemsState ? (
{footer ? (
<Box
sx={{
display: 'flex',
Expand Down

0 comments on commit 9895c58

Please sign in to comment.