Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for #1273, added component for showing permission restricted acce… #1422

Merged
merged 7 commits into from
Mar 2, 2023

Conversation

teodosii
Copy link
Member

What this PR does

Which issue(s) this PR fixes

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated

@teodosii teodosii requested a review from a team February 28, 2023 08:53
@teodosii teodosii added the pr:no public docs Added to a PR that does not require public documentation updates label Feb 28, 2023
title?: string;
}

export const WithPermissionControlDisplay = observer((props: WithPermissionControlDisplayProps) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you need observer decorator here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, not really. I'll remove it

@teodosii teodosii added this pull request to the merge queue Mar 2, 2023
Merged via the queue into dev with commit d182e71 Mar 2, 2023
@teodosii teodosii deleted the rares/1273-telegram-viewer branch March 2, 2023 15:41
brojd pushed a commit that referenced this pull request Sep 18, 2024
#1422)

# What this PR does

- Removed unused code
- Added another component for displaying Error Messages based on
permissions access (so that we do not duplicate this code everywhere
it's needed)
- Fix for #1273 

## Which issue(s) this PR fixes

- #1273 

## Checklist

- [ ] Tests updated
- [ ] Documentation added
- [ ] `CHANGELOG.md` updated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:no public docs Added to a PR that does not require public documentation updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants