mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 14:44:31 +00:00
chore(webhooks/EditView): rename react-query key
This commit is contained in:
parent
d527b7f3cf
commit
88d6e56bc5
@ -41,7 +41,7 @@ const EditView = () => {
|
||||
data: webhookData,
|
||||
error: webhookError,
|
||||
} = useQuery(
|
||||
['get-webhook', id],
|
||||
['webhooks', id],
|
||||
async () => {
|
||||
const {
|
||||
data: { data },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user