Skip to content

ui: user with no workflows can't see shared workflows #413

@mdonadoni

Description

@mdonadoni

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:

if (!hasUserWorkflows) {
return <Welcome />;
}

Metadata

Metadata

Type

No type

Projects

Status

In work

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions