mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Profiling] reinstate primary refresh button for now (#140945)
This commit is contained in:
parent
fc4a64bb16
commit
685ae6f60f
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ export function ProfilingSearchBar({
|
|||
showDatePicker
|
||||
showFilterBar={false}
|
||||
showSaveQuery={false}
|
||||
showSubmitButton={showSubmitButton}
|
||||
// showSubmitButton={showSubmitButton}
|
||||
showSubmitButton={true}
|
||||
query={searchBarQuery}
|
||||
dateRangeFrom={rangeFrom}
|
||||
dateRangeTo={rangeTo}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue