🐛 (webhook) Test response was not updating
This commit is contained in:
@@ -262,7 +262,7 @@ export const WebhookSettings = ({
|
|||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
{testResponse && (
|
{testResponse && (
|
||||||
<CodeEditor isReadOnly lang="json" defaultValue={testResponse} />
|
<CodeEditor isReadOnly lang="json" value={testResponse} />
|
||||||
)}
|
)}
|
||||||
{(testResponse || options?.responseVariableMapping.length > 0) && (
|
{(testResponse || options?.responseVariableMapping.length > 0) && (
|
||||||
<Accordion allowMultiple>
|
<Accordion allowMultiple>
|
||||||
|
|||||||
Reference in New Issue
Block a user