Copilot commented on code in PR #11143:
URL: https://github.com/apache/cloudstack/pull/11143#discussion_r2184824250


##########
ui/src/views/offering/AddComputeOffering.vue:
##########
@@ -1172,6 +1206,9 @@ export default {
       }
       this.form.leaseduration = this.leaseduration
       this.form.leaseexpiryaction = this.leaseexpiryaction
+    },
+    handleGpuOfferingChange (id) {
+      this.showGpuCount = id !== ''
     }

Review Comment:
   The method 'handleGpuOfferingChange' is defined but not referenced in the 
template. Consider removing it if unused or binding it to the appropriate input 
change handler to avoid dead code.
   ```suggestion
   
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to