diff --git a/lib/shared/addon/mixins/crud-catalog.js b/lib/shared/addon/mixins/crud-catalog.js index 2ade37fad..5a12cd30a 100644 --- a/lib/shared/addon/mixins/crud-catalog.js +++ b/lib/shared/addon/mixins/crud-catalog.js @@ -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); }