Skip to content

Commit

Permalink
- fixed issue when creating project from the preview and the first po…
Browse files Browse the repository at this point in the history
…st for the first snapshot was not created
  • Loading branch information
boriskovar-m2ms committed Mar 30, 2021
1 parent f7830d1 commit 82fdb41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/components/projects/redux/dispatchActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ export const createProjectFromSnapshotDialog = data => dispatch => {
.then(response => {
const projectID = response.data.id;
dispatch(setCurrentProjectProperty('projectID', projectID));
dispatch(setCurrentProjectProperty('title', response.data.title));
})
.finally(() => {
dispatch(setForceCreateProject(false));
Expand Down

0 comments on commit 82fdb41

Please sign in to comment.