Remove markdown pipe for webhook payload data (#18439)

1. Fixes #18435

Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
Shijun Sun 2023-03-29 12:38:32 +08:00 committed by GitHub
parent 6e9f72315f
commit d22c94b4fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,9 +99,7 @@
}}</pre> }}</pre>
<pre <pre
[innerHTML]=" [innerHTML]="
toJson(execution?.extra_attrs?.payload) toJson(execution?.extra_attrs?.payload) | json
| json
| markdown
" "
class="abc" class="abc"
*ngIf="useJsonFormat(execution?.vendor_type)"></pre> *ngIf="useJsonFormat(execution?.vendor_type)"></pre>