Skip to content

Commit e023180

Browse files
(v2.3) typo
1 parent d6ce98e commit e023180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/elements/ApiActionRequest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default function ApiActionRequest(props: Props) {
102102
</div>
103103
)}
104104

105-
{(method == 'POST' || method == 'PUT' || method == 'PATH') && (
105+
{(method == 'POST' || method == 'PUT' || method == 'PATCH') && (
106106
<div className="mockup-code">
107107
<span className='pl-5 text-sm text-slate-500'>REQUEST BODY</span>
108108
{/* <div className='pl-5'>Image</div>

0 commit comments

Comments
 (0)