mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Security Solution][Endpoint] Fix input area showing error state when invalid input is replaced with a valid command using the Help panel (#137296)
This commit is contained in:
parent
e3f62dcc03
commit
52d52b106f
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ export const useInputHints = () => {
|
|||
type: 'updateFooterContent',
|
||||
payload: { value: hint },
|
||||
});
|
||||
|
||||
dispatch({ type: 'setInputState', payload: { value: undefined } });
|
||||
} else {
|
||||
dispatch({
|
||||
type: 'updateFooterContent',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue