This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit 3f32e95bce56f22361165f45e91a1d2ae0c53752
Author: Marcus Christie <[email protected]>
AuthorDate: Fri Jul 19 15:51:17 2019 -0400

    Fix "Cannot read property 'length' of null" error
---
 .../django_airavata_workspace/js/containers/DashboardContainer.vue       | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/django_airavata/apps/workspace/static/django_airavata_workspace/js/containers/DashboardContainer.vue
 
b/django_airavata/apps/workspace/static/django_airavata_workspace/js/containers/DashboardContainer.vue
index ef5c95f..a7c05de 100644
--- 
a/django_airavata/apps/workspace/static/django_airavata_workspace/js/containers/DashboardContainer.vue
+++ 
b/django_airavata/apps/workspace/static/django_airavata_workspace/js/containers/DashboardContainer.vue
@@ -136,6 +136,7 @@ export default {
       return (
         this.isNewUser &&
         this.userProfile &&
+        this.accessibleAppModules &&
         this.accessibleAppModules.length === 0
       );
     },

Reply via email to