fix: New secret should have default values
This commit is contained in:
parent
09a1a406a6
commit
70d3448110
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue