msyavuz commented on code in PR #31972:
URL: https://github.com/apache/superset/pull/31972#discussion_r1935569680
##########
superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx:
##########
@@ -95,8 +95,8 @@ const QueryLimitSelect = ({
return (
<LimitSelectStyled>
- <AntdDropdown
- overlay={renderQueryLimit(maxRow, setQueryLimit)}
+ <Dropdown
+ dropdownRender={() => renderQueryLimit(maxRow, setQueryLimit)}
trigger={['click']}
Review Comment:
Because the menu props accepts menu items. Which we did not yet migrated
items to.
--
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]