msyavuz commented on code in PR #37218:
URL: https://github.com/apache/superset/pull/37218#discussion_r2737437628


##########
superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:
##########
@@ -419,14 +420,15 @@ const config: ControlPanelConfig = {
               freeForm: true,
               label: t('Row limit'),
               clearable: false,
-              mapStateToProps: state => ({
+              mapStateToProps: (state, controlState) => ({
+                value: controlState?.value ?? 10000,

Review Comment:
   Then do you think the issue might be in the control or the component?



-- 
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]

Reply via email to