Skip to content

Commit c35a7fd

Browse files
committed
RE: processing#91, move sketch.isPrivate redux action creator and reducer functions from preferences to project
1 parent cd85423 commit c35a7fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/modules/IDE/actions/project.js

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export function setProject(project) {
1919
owner: project.user
2020
};
2121
}
22-
2322
export function setProjectName(name) {
2423
return {
2524
type: ActionTypes.SET_PROJECT_NAME,

0 commit comments

Comments
 (0)