mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
replaced parameter with Parameter (#5096)
This commit is contained in:
parent
164028ae14
commit
08e8b5fc3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue