hainenber commented on code in PR #38745:
URL: https://github.com/apache/superset/pull/38745#discussion_r2968725325
##########
superset-frontend/src/components/Modal/StandardModal.tsx:
##########
@@ -130,6 +132,8 @@ export function StandardModal({
show={show}
width={`${width}px`}
wrapProps={wrapProps}
+ $resizable={resizable}
Review Comment:
This wrongly named`$resizable` attribute is still present.
##########
superset-frontend/src/components/Modal/StandardModal.tsx:
##########
@@ -41,19 +41,19 @@ interface StandardModalProps {
maskClosable?: boolean;
wrapProps?: object;
contentLoading?: boolean;
+ resizable?: boolean;
Review Comment:
can you please follow up with Bito's review as well?
--
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]