Merge pull request #3730 from westlywright/istio.save.not.working

Istio Edit Error
This commit is contained in:
Westly Wright 2020-01-27 10:41:37 -07:00 committed by GitHub
commit 685f45c680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }