Skip to content

Commit

Permalink
fix(KFLUXUI-185): only suggest branches
Browse files Browse the repository at this point in the history
Using a tag or commit can have unintended consequences.
Lets only recommend that users use a branch when setting up
their components.
  • Loading branch information
CryptoRodeo authored and sahil143 committed Nov 18, 2024
1 parent cbd988f commit c01c7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImportForm/ComponentSection/GitOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const GitOptions: React.FC<React.PropsWithChildren<unknown>> = () => {
<InputField
name="source.git.revision"
label="Git reference"
helperText="Optional branch, tag or commit."
helperText="Optional branch."
data-test="git-reference"
/>

Expand Down

0 comments on commit c01c7e8

Please sign in to comment.