2
0

fix: 🐛 quick fixes

This commit is contained in:
Baptiste Arnaud
2022-02-15 10:59:26 +01:00
parent a8a03fbcf2
commit b95d907e8f
2 changed files with 3 additions and 3 deletions

View File

@ -156,7 +156,7 @@ export const WebhookSettings = ({
</AccordionButton>
<AccordionPanel pb={4} as={Stack} spacing="6">
<CodeEditor
value={'test'}
value={webhook.body ?? ''}
lang="json"
onChange={handleBodyChange}
/>