Skip to content

Commit fe39703

Browse files
committed
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 2d649d6 commit fe39703

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)