fix: New secret should have default values
This commit is contained in:
		| @@ -18,6 +18,7 @@ | ||||
| 			if (isNewSecret) { | ||||
| 				name = ''; | ||||
| 				value = ''; | ||||
| 				isBuildSecret = false; | ||||
| 			} | ||||
| 		} catch ({ error }) { | ||||
| 			return errorNotification(error); | ||||
| @@ -30,6 +31,7 @@ | ||||
| 			if (isNewSecret) { | ||||
| 				name = ''; | ||||
| 				value = ''; | ||||
| 				isBuildSecret = false; | ||||
| 			} | ||||
| 		} catch ({ error }) { | ||||
| 			return errorNotification(error); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andras Bacsai
					Andras Bacsai