mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Refresh vc sidebar on remote add/remove
This commit is contained in:
parent
08bd6d963c
commit
e6d32aab7b
@ -1273,6 +1273,7 @@ RED.projects.settings = (function() {
|
|||||||
activeProject.git.remotes[name] = remote;
|
activeProject.git.remotes[name] = remote;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
RED.sidebar.versionControl.refresh();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
400: {
|
400: {
|
||||||
@ -1388,6 +1389,7 @@ RED.projects.settings = (function() {
|
|||||||
activeProject.git.remotes[name] = remote;
|
activeProject.git.remotes[name] = remote;
|
||||||
});
|
});
|
||||||
updateForm();
|
updateForm();
|
||||||
|
RED.sidebar.versionControl.refresh();
|
||||||
done();
|
done();
|
||||||
},
|
},
|
||||||
400: {
|
400: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user