-
Notifications
You must be signed in to change notification settings - Fork 415
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
feat: migrates webhooks to RTK #5087
base: main
Are you sure you want to change the base?
Conversation
Docker builds report
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Uffizzi Ephemeral Environment
|
@@ -0,0 +1,24 @@ | |||
import { | |||
useCreateWebhookMutation, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although this simplifies syntax I'm not sure this file is necessary, we don't have this sort of pattern elsewhere - can just use the useCreate etc directly
I think this PR should probably remove the withWebhooks.js functionality to be complete |
Thanks for submitting a PR! Please check the boxes below:
docs/
if required so people know about the feature!Changes
withWebhooks
How did you test this code?