Commit b401bfd0 authored by Phil Hughes's avatar Phil Hughes

removed un-used commits for currentProject & currentBranchId

parent 670db0aa
...@@ -54,9 +54,6 @@ export const setFileActive = ({ commit, state, getters, dispatch }, path) => { ...@@ -54,9 +54,6 @@ export const setFileActive = ({ commit, state, getters, dispatch }, path) => {
commit(types.SET_FILE_ACTIVE, { path, active: true }); commit(types.SET_FILE_ACTIVE, { path, active: true });
dispatch('scrollToTab'); dispatch('scrollToTab');
commit(types.SET_CURRENT_PROJECT, file.projectId);
commit(types.SET_CURRENT_BRANCH, file.branchId);
}; };
export const getFileData = ({ state, commit, dispatch }, { path, makeFileActive = true }) => { export const getFileData = ({ state, commit, dispatch }, { path, makeFileActive = true }) => {
......
--- ---
title: Fix empty merge requests not opening in the Web IDE title: Fix empty merge requests not opening in the Web IDE
merge_request: merge_request: 21102
author: author:
type: fixed type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment