Skip to content

Commit 5f6b080

Browse files
committed
Updated invocation signature to pass expected comProps
1 parent a40ea6c commit 5f6b080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/components.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export const createApplication = ({
240240
dispatch({
241241
type: CREATE_APPLICATION_SUCCESS,
242242
});
243-
dispatch(exportFiles({ path: `${path}/${appName}`, components }));
243+
dispatch(exportFiles({ path: `${path}/${appName}`, components, compProps }));
244244
})
245245
.catch(err => dispatch({
246246
type: CREATE_APPLICATION_ERROR,

0 commit comments

Comments
 (0)