Skip to content

Commit

Permalink
[Unified search] Change the button label when the query has changed (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Oct 26, 2022
1 parent 02fb862 commit 2033808
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ export const QueryBarTopRow = React.memo(
size={shouldShowDatePickerAsBadge() ? 's' : 'm'}
color={props.isDirty ? 'success' : 'primary'}
fill={props.isDirty}
needsUpdate={props.isDirty}
data-test-subj="querySubmitButton"
// @ts-expect-error Need to fix expecting `children` in EUI
toolTipProps={{
Expand Down

0 comments on commit 2033808

Please sign in to comment.