mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
[released bug] Fleet UI: standard query library platforms render prop… (#17712)
This commit is contained in:
parent
b5a81f93d9
commit
644dddce4f
1
changes/17662-render-standard-query-platforms-correctly
Normal file
1
changes/17662-render-standard-query-platforms-correctly
Normal file
@ -0,0 +1 @@
|
||||
- Fixes UI bug to render the query platform correctly for queries imported from the standard query library
|
@ -724,7 +724,7 @@ const EditQueryForm = ({
|
||||
placeholder="Select"
|
||||
label="Platform"
|
||||
onChange={onChangeSelectPlatformOptions}
|
||||
value={lastEditedQueryPlatforms}
|
||||
value={lastEditedQueryPlatforms.replace(/\s/g, "")} // NOTE: FE requires no whitespace to render UI
|
||||
multi
|
||||
wrapperClassName={`${baseClass}__form-field form-field--platform`}
|
||||
helpText="By default, your query collects data on all compatible platforms."
|
||||
|
Loading…
Reference in New Issue
Block a user