We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d649d6 commit fe39703Copy full SHA for fe39703
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