fix: adjust GitLoader to work in a hosted environment (#5040)
* fix: add git installation to dockerfile dependencies * chore: make input optional
This commit is contained in:
parent
41d3fbcc2a
commit
44a3e7643a
4 changed files with 5 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ class GitLoaderComponent(Component):
|
|||
MessageTextInput(
|
||||
name="repo_path",
|
||||
display_name="Repository Path",
|
||||
required=True,
|
||||
required=False,
|
||||
info="The local path to the Git repository.",
|
||||
),
|
||||
MessageTextInput(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue