pass data

This commit is contained in:
casperlamboo 2017-11-14 19:07:52 +01:00
parent 62847f4064
commit ce727117f6

View File

@ -497,5 +497,5 @@ export function menuClose(menuValue) {
} }
export function openSketch(data) { export function openSketch(data) {
return { type: OPEN_SKETCH }; return { type: OPEN_SKETCH, data };
} }