You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@submarine.apache.org by GitBox <gi...@apache.org> on 2021/08/06 04:58:52 UTC

[GitHub] [submarine] pingsutw commented on a change in pull request #698: SUBMARINE-958. Experiment Tag at Customized Experiment

pingsutw commented on a change in pull request #698:
URL: https://github.com/apache/submarine/pull/698#discussion_r683947326



##########
File path: submarine-workbench/workbench-web/src/app/pages/workbench/experiment/experiment-home/experiment-form/experiment-customized-form/experiment-customized-form.component.ts
##########
@@ -133,6 +136,10 @@ export class ExperimentCustomizedFormComponent implements OnInit, OnDestroy {
     });
 
     this.subscriptions.push(sub1, sub2);
+
+    // get tags from server
+    this.listOfOption = []; //TODO

Review comment:
       ```suggestion
       // TODO: get tags from server
       this.listOfOption = [];
   ```




-- 
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-unsubscribe@submarine.apache.org

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