We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd85423 commit c35a7fdCopy full SHA for c35a7fd
client/modules/IDE/actions/project.js
@@ -19,7 +19,6 @@ export function setProject(project) {
19
owner: project.user
20
};
21
}
22
-
23
export function setProjectName(name) {
24
return {
25
type: ActionTypes.SET_PROJECT_NAME,
0 commit comments