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:
		| @@ -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: { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user