Bulk upload changes and music health check apis
[portal.git] / ecomp-portal-FE-common / client / app / views / widget-onboarding / widget-details-dialog / widget-details.controller.js
index 377d5c8..b642901 100644 (file)
                  }).finally(()=> {
                      this.isLoadingTable = false;
                  });
+                
+                widgetsCatalogService.getUploadFlag().then(res => {
+                       this.uploadFlag=res;
+                 }).catch(err => {
+                     $log.error('WidgetOnboardingDetailsModalCtrl::init error: ' + err);
+                 }).finally(()=> {
+                 });
+                
                  getAvailableApps();
                  getAvailableServices();
             };