mirror of https://github.com/rancher/ui.git
Remove valueIsPatchVersion check as its not needed here
rancher/rancher#25335
This commit is contained in:
parent
9c74e6de91
commit
139cfcd960
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue