We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68da1aa commit e669001Copy full SHA for e669001
src/client/components/main/TRPC-composer/TRPCVariableForm.tsx
@@ -18,7 +18,7 @@ export default function TRPCVariableForm(props) {
18
<div id="gql-var-entry">
19
<TextCodeArea
20
mode="application/json"
21
- placeholder="Variable/s for this procedure(objects must be passed in as json format string)"
+ placeholder="Variable/s for this procedure(objects must be passed in as json format)"
22
height="50px"
23
value={props.procedureData.variable}
24
onChange={onChangeHandler}
0 commit comments