rusackas commented on code in PR #31448:
URL: https://github.com/apache/superset/pull/31448#discussion_r1887181135
##########
superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:
##########
@@ -741,28 +729,27 @@ function FiltersConfigModal({
}
>
<ErrorBoundary>
- <StyledModalBody expanded={expanded}>
- <StyledForm
- form={form}
- onValuesChange={handleValuesChange}
- layout="vertical"
+ <StyledForm
+ form={form}
+ onValuesChange={handleValuesChange}
+ layout="vertical"
+ className="test2"
Review Comment:
hah, mean to to delete those test classes (just trying to find crap amongst
all the onion layers)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]