Skip to content

Some controlpanels are accessible via direct link for unauthorized users #1898

@avoinea

Description

@avoinea

See:

We should handle backend errors on all controlpanels using the Error component:

// Error
if (this.state.error) {
return <Error error={this.state.error} />;
}

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions