Skip to content

Commit

Permalink
fix: change webhook header types to small text (#23722) (#23727)
Browse files Browse the repository at this point in the history
closes #18650

(cherry picked from commit e4a9431)

Co-authored-by: Ankush Menat <ankush@frappe.io>
  • Loading branch information
mergify[bot] and ankush committed Dec 11, 2023
1 parent d6fbdc9 commit b433165
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"fields": [
{
"fieldname": "key",
"fieldtype": "Data",
"fieldtype": "Small Text",
"in_list_view": 1,
"label": "Key"
},
{
"fieldname": "value",
"fieldtype": "Data",
"fieldtype": "Small Text",
"in_list_view": 1,
"label": "Value"
}
],
"istable": 1,
"links": [],
"modified": "2022-08-03 12:20:51.949422",
"modified": "2023-12-11 12:20:51.949422",
"modified_by": "Administrator",
"module": "Integrations",
"name": "Webhook Header",
Expand Down

0 comments on commit b433165

Please sign in to comment.