- 
                Notifications
    
You must be signed in to change notification settings  - Fork 37
 
Open
Labels
Description
Currently, if a user has never run any workflow, but some other user has shared workflows with him, he will not be able to see the list of shared workflows, as the homepage will instead show the welcome message:
reana-ui/reana-ui/src/pages/workflowList/WorkflowList.js
Lines 125 to 127 in 660584e
| if (!hasUserWorkflows) { | |
| return <Welcome />; | |
| } | 
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In work