mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Lens] fix custom time shift input (#176259)
## Summary
Fix https://github.com/elastic/kibana/issues/176181
ba3fb5c1
-8990-4006-9d5b-f60752d847ea
This commit is contained in:
parent
1d4ac905c6
commit
086c32e766
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ export function TimeShift({
|
|||
);
|
||||
})}
|
||||
selectedOptions={getSelectedOption()}
|
||||
singleSelection={{ asPlainText: true }}
|
||||
singleSelection={{ asPlainText: false }}
|
||||
isInvalid={isLocalValueInvalid}
|
||||
onCreateOption={(val) => {
|
||||
const parsedVal = parseTimeShift(val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue