JoeFuentes-WebDev commented on a change in pull request #6345:
URL: https://github.com/apache/incubator-pinot/pull/6345#discussion_r543593257



##########
File path: 
thirdeye/thirdeye-frontend/app/pods/custom/composite-animalies-table/resolution/component.js
##########
@@ -0,0 +1,18 @@
+import Component from "@ember/component";
+import { set } from '@ember/object';
+
+export default Component.extend({
+    didReceiveAttrs() {
+        this._super(...arguments);
+    },
+    
+    actions: {
+        onChangeAnomalyResponse: (anomalyObject, selection, options ) => {

Review comment:
       this function is currently just a placeholder for now.
     `selection` is what the user selected onChange
     `options` is the available in the dropdown.
   Yes, they are provided by `power-select`




----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to