mirror of https://github.com/rancher/ui.git
remove version check as it happens later in istio upgrade
it was causing the edit to fail rancher/rancher#25114
This commit is contained in:
parent
a7ea42c89a
commit
afcb5c482f
|
|
@ -131,7 +131,7 @@ export default Mixin.create({
|
||||||
const { externalIdInfo } = app;
|
const { externalIdInfo } = app;
|
||||||
const currentVersion = get(this, 'apps.firstObject.externalIdInfo.version');
|
const currentVersion = get(this, 'apps.firstObject.externalIdInfo.version');
|
||||||
|
|
||||||
if ( !templateVersion || !currentVersion || templateVersion === currentVersion ) {
|
if ( !templateVersion || !currentVersion ) {
|
||||||
return cb(false);
|
return cb(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue