##// END OF EJS Templates
vcs-settings: when setting landing ref from UI switch default GIT branch too....
vcs-settings: when setting landing ref from UI switch default GIT branch too. fixes #5663

File last commit:

r3172:d37fc984 default
r4753:515e2e65 default
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}