Skip to content

Commit aab1e8a

Browse files
authored
ui: Fix scale kubernetes (cks) cluster form (#6176)
1 parent 944b603 commit aab1e8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/views/compute/ScaleKubernetesCluster.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ export default {
124124
},
125125
created () {
126126
this.originalSize = !this.isObjectEmpty(this.resource) ? this.resource.size : 1
127-
this.form.size = this.originalSize
128127
if (!this.isObjectEmpty(this.resource)) {
129128
this.originalSize = this.resource.size
130129
if (this.apiParams.autoscalingenabled) {

0 commit comments

Comments
 (0)