Skip to content

Commit

Permalink
fix(actions): pressing the property filter button submits the form (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
skoob13 authored Feb 25, 2025
1 parent 0b34335 commit d468d1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const PropertyFilterButton = React.forwardRef<HTMLElement, PropertyFilter
'ph-no-capture': true,
})}
aria-disabled={!!disabledReason}
type={ButtonComponent === 'button' ? 'button' : undefined}
>
<PropertyFilterIcon type={item.type} />
<span className="PropertyFilterButton-content" title={label}>
Expand Down

0 comments on commit d468d1c

Please sign in to comment.