mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02: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;
|
||||
});
|
||||
}
|
||||
RED.sidebar.versionControl.refresh();
|
||||
});
|
||||
},
|
||||
400: {
|
||||
@ -1388,6 +1389,7 @@ RED.projects.settings = (function() {
|
||||
activeProject.git.remotes[name] = remote;
|
||||
});
|
||||
updateForm();
|
||||
RED.sidebar.versionControl.refresh();
|
||||
done();
|
||||
},
|
||||
400: {
|
||||
|
Loading…
Reference in New Issue
Block a user