Closed oscard0m closed 9 months ago
The Access Error page stopped working after the migration to React Router introduced in https://github.com/project-forms/project-forms.github.io/pull/31
The /new should render an alternative UI when the user does not have access to the Repository or the user does not have write access to the project.
/new
the user does not have access to the Repository
the user does not have write access to the project
:tada: This issue has been resolved in version 1.1.3 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
📘 Description
The Access Error page stopped working after the migration to React Router introduced in https://github.com/project-forms/project-forms.github.io/pull/31
Expect Output
📖 Context
The
/new
should render an alternative UI whenthe user does not have access to the Repository
orthe user does not have write access to the project
.