chore(webhooks/EditView): rename react-query key

This commit is contained in:
Jamie Howard 2023-06-01 15:54:59 +01:00
parent d527b7f3cf
commit 88d6e56bc5

View File

@ -41,7 +41,7 @@ const EditView = () => {
data: webhookData,
error: webhookError,
} = useQuery(
['get-webhook', id],
['webhooks', id],
async () => {
const {
data: { data },