We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40ea6c commit 5f6b080Copy full SHA for 5f6b080
src/actions/components.js
@@ -240,7 +240,7 @@ export const createApplication = ({
240
dispatch({
241
type: CREATE_APPLICATION_SUCCESS,
242
});
243
- dispatch(exportFiles({ path: `${path}/${appName}`, components }));
+ dispatch(exportFiles({ path: `${path}/${appName}`, components, compProps }));
244
})
245
.catch(err => dispatch({
246
type: CREATE_APPLICATION_ERROR,
0 commit comments