Skip to content

Commit

Permalink
fix(KFLUXUI-185): only suggest branches (#23)
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.

Co-authored-by: Sahil Budhwar <[email protected]>
  • Loading branch information
CryptoRodeo and sahil143 authored Dec 2, 2024
1 parent ed4ee3e commit a203b1e
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 a203b1e

Please sign in to comment.