Remove valueIsPatchVersion check as its not needed here

rancher/rancher#25335
This commit is contained in:
Westly Wright 2020-03-10 10:58:39 -07:00
parent 9c74e6de91
commit 139cfcd960
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ export default Component.extend({
} }
if (editing) { if (editing) {
if (applyClusterTemplate && valueIsPatchVersion) { if (applyClusterTemplate) {
if (initialVersionDoesSatisfy) { if (initialVersionDoesSatisfy) {
value = initialVersion; value = initialVersion;
} else { } else {