Resource dictionary- removed uncessary code 99/86299/1
authorArundathi Patil <arundpil@in.ibm.com>
Thu, 25 Apr 2019 14:36:29 +0000 (20:06 +0530)
committerArundathi Patil <arundpil@in.ibm.com>
Thu, 25 Apr 2019 14:36:49 +0000 (20:06 +0530)
Removed hardcoded values

Issue-ID: CCSDK-1217
Change-Id: I356d8876a183b2d4df2e23bdd6781de4f47bf8bf
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/existing-model/search-resource/search-resource.component.ts

index 5aac51b..b81a733 100644 (file)
@@ -32,7 +32,8 @@ export class SearchResourceComponent implements OnInit  {
 
   myControl: FormGroup;
   @Output() resourcesData = new EventEmitter();  
-  options: any[]   = ['One','One1', 'Two', 'Three'];
+  options: any[]   = [];
+  //['One','One1', 'Two', 'Three'];
   // @ViewChild('resourceSelect') resourceSelect;
   @ViewChild('resourceSelect', { read: MatAutocompleteTrigger }) resourceSelect: MatAutocompleteTrigger;