mirror of https://github.com/rancher/ui.git
Merge pull request #4646 from westlywright/bug.gke.autocreate.sub
lint fixes
This commit is contained in:
commit
7b0d11e9c9
|
|
@ -60,6 +60,7 @@ export default Component.extend({
|
||||||
|
|
||||||
if (isNewNodePool && isEmpty(nodeVersion)) {
|
if (isNewNodePool && isEmpty(nodeVersion)) {
|
||||||
set(this, 'nodePool.orchestratorVersion', clusterVersion);
|
set(this, 'nodePool.orchestratorVersion', clusterVersion);
|
||||||
|
|
||||||
// nodeVersion = clusterVersion;
|
// nodeVersion = clusterVersion;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue