Skip to content

Commit eabbc79

Browse files
committed
remove update button
Signed-off-by: Paul Sebastian <[email protected]>
1 parent afc8f4a commit eabbc79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/components/common/search/date_picker.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export function DatePicker(props: IDatePickerProps) {
2222
onTimeChange={handleTimeChange}
2323
onRefresh={handleTimeRangePickerRefresh}
2424
className="osdQueryBar__datePicker"
25+
showUpdateButton={false}
2526
/>
2627
);
2728
}

0 commit comments

Comments
 (0)