mirror of https://github.com/rancher/ui.git
parent
0a7d8ae217
commit
b76f93208b
|
|
@ -242,6 +242,10 @@ export default Component.extend(NewOrEdit, ChildHook, {
|
||||||
if (get(errors, 'length')) {
|
if (get(errors, 'length')) {
|
||||||
set(this, 'errors', errors);
|
set(this, 'errors', errors);
|
||||||
|
|
||||||
|
if ( get(this, 'isSidekick') && !get(this, 'isUpgrade') ) {
|
||||||
|
get(pr, 'secondaryLaunchConfigs').pop();
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue