mirror of https://github.com/rancher/ui.git
Merge pull request #3730 from westlywright/istio.save.not.working
Istio Edit Error
This commit is contained in:
commit
685f45c680
|
|
@ -131,7 +131,7 @@ export default Mixin.create({
|
|||
const { externalIdInfo } = app;
|
||||
const currentVersion = get(this, 'apps.firstObject.externalIdInfo.version');
|
||||
|
||||
if ( !templateVersion || !currentVersion || templateVersion === currentVersion ) {
|
||||
if ( !templateVersion || !currentVersion ) {
|
||||
return cb(false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue