replaced parameter with Parameter (#5096)

This commit is contained in:
Manish Kushare 2023-01-04 14:58:36 +05:30 committed by GitHub
parent 164028ae14
commit 08e8b5fc3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ export default ({
}) => {
return (
<>
<GroupHeader paramType={'url_params'} descText={'Query parameters'} />
<GroupHeader paramType={'url_params'} descText={'Query Parameters'} />
<TabContent
options={options}
currentState={currentState}