villebro commented on a change in pull request #15257:
URL: https://github.com/apache/superset/pull/15257#discussion_r655298830
##########
File path:
superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/CollapsibleControl.tsx
##########
@@ -78,7 +84,12 @@ const CollapsibleControl = (props: CollapsibleControlProps)
=> {
onChange(value);
}}
>
- {title}
+ <>
+ {title}{' '}
Review comment:
I had it like that, but noticed it was done as `{' '}` in another
similar place, so opted for that. I'll change it in both places.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]