We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd988f commit c01c7e8Copy full SHA for c01c7e8
src/components/ImportForm/ComponentSection/GitOptions.tsx
@@ -14,7 +14,7 @@ const GitOptions: React.FC<React.PropsWithChildren<unknown>> = () => {
14
<InputField
15
name="source.git.revision"
16
label="Git reference"
17
- helperText="Optional branch, tag or commit."
+ helperText="Optional branch."
18
data-test="git-reference"
19
/>
20
0 commit comments