We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc8f4a commit eabbc79Copy full SHA for eabbc79
public/components/common/search/date_picker.tsx
@@ -22,6 +22,7 @@ export function DatePicker(props: IDatePickerProps) {
22
onTimeChange={handleTimeChange}
23
onRefresh={handleTimeRangePickerRefresh}
24
className="osdQueryBar__datePicker"
25
+ showUpdateButton={false}
26
/>
27
);
28
}
0 commit comments