MariaDB Connector and Sonar Scans; clean nl
[portal.git] / ecomp-portal-FE-common / client / app / views / widget-onboarding / widget-onboarding.controller.js
index 8dc2201..a579362 100644 (file)
             };
            
             this.filterByDropdownValue = item => {             
-                if(this.filterByApp.value === '')
+                if(this.filterByApp.value === '' || this.filterByApp.value === 'All Applications')
                     return true;
                 
                for(var i = 0; i < item.appName.length; i++){