We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6c8bb commit 138fa34Copy full SHA for 138fa34
app/src/components/StateManagement/CreateTab/components/TableStateProps.tsx
@@ -92,7 +92,6 @@ const TableStateProps = props => {
92
93
}, [state.canvasFocus.componentId]);
94
// rows to show are either from current component or from a given provider
95
-
96
let rows = [];
97
currentComponent.stateProps?.forEach((prop) => rows.push(prop));
98
0 commit comments