Skip to content
Snippets Groups Projects
Unverified Commit 090c659f authored by Cal Herries's avatar Cal Herries Committed by GitHub
Browse files

Don't show an error page when loading cardtagEditor if the user doesn't have...

Don't show an error page when loading cardtagEditor if the user doesn't have permission to view the referenced card (#25334)
parent a023ebea
Branches jest-role-hidden
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@ class CardTagEditor extends Component {
export default Questions.load({
id: (state, { tag }) => tag["card-id"],
loadingAndErrorWrapper: false,
dispatchApiErrorEvent: false,
})(CardTagEditor);
// This formats a timestamp as a date using any custom formatting options.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment