Skip to content

Commit c01c7e8

Browse files
CryptoRodeosahil143
authored andcommitted
fix(KFLUXUI-185): only suggest branches
Using a tag or commit can have unintended consequences. Lets only recommend that users use a branch when setting up their components.
1 parent cbd988f commit c01c7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ImportForm/ComponentSection/GitOptions.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const GitOptions: React.FC<React.PropsWithChildren<unknown>> = () => {
1414
<InputField
1515
name="source.git.revision"
1616
label="Git reference"
17-
helperText="Optional branch, tag or commit."
17+
helperText="Optional branch."
1818
data-test="git-reference"
1919
/>
2020

0 commit comments

Comments
 (0)