fix: Same avatar for list of event-types/new and webhooks/new
What does this PR do?
/claim #20013
- Fixes #20013
- Fixes CAL-5298
Before :
- event-type page was not getting refreshed.
After :
- Both even-type page and webhooks page shows same avatar on dropdown list of new button.
Image Demo :
- Event-Types-new Dropdown :
- Webhooks-new Dropdown :
Mandatory Tasks (DO NOT REMOVE)
- [ ] I have self-reviewed the code (A decent size PR without self-review might be rejected).
- [ ] I have updated the developer docs in /docs if this PR makes changes that would require a documentation change. If N/A, write N/A here and check the checkbox.
- [ ] I confirm automated tests are in place that prove my fix is effective or that my feature works.
@Sarvesh804 is attempting to deploy a commit to the cal Team on Vercel.
A member of the Team first needs to authorize it.
Graphite Automations
"Add consumer team as reviewer" took an action on this PR • (03/17/25)
1 reviewer was added to this PR based on Keith Williams's automation.
"Add community label" took an action on this PR • (03/17/25)
1 label was added to this PR based on Keith Williams's automation.
💵 To receive payouts, sign up on Algora, link your Github account and connect with Stripe.
The issue was about avatars on webhooks/new page
Had the same thought at first look , but I guess the issue is slightly diff from what mentioned - when a team is created or logo is update it doesn't get reflected on /event-types
Since this happens in /settings page and user uses Go back button to go to /event-types , this change makes sense