[released bug] Fleet UI: standard query library platforms render prop… (#17712)
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user