Skip to content

Commit

Permalink
fix(config-ui): missed some content for webhook (#6323)
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsweet authored Oct 25, 2023
1 parent 34429ad commit 7032f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const CreateDialog = ({ isOpen, onCancel, onSubmitAfter }: Props) => {
"issue_key":"DLK-1234",
"title":"a feature from DLK",
"type":"INCIDENT",
"original_status":"TODO",
"status":"TODO",
"created_date":"2020-01-01T12:00:00+00:00",
"updated_date":"2020-01-01T12:00:00+00:00"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const ViewDialog = ({ initialId, onCancel }: Props) => {
"issue_key":"DLK-1234",
"title":"a feature from DLK",
"type":"INCIDENT",
"original_status":"TODO",
"status":"TODO",
"created_date":"2020-01-01T12:00:00+00:00",
"updated_date":"2020-01-01T12:00:00+00:00"
Expand Down

0 comments on commit 7032f2d

Please sign in to comment.