Update file path in build_config method

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-28 17:56:12 -03:00
commit 5bc787fef4

View file

@ -12,7 +12,7 @@ class FileComponent(CustomComponent):
def build_config(self) -> Dict[str, Any]:
return {
"paths": {
"path": {
"display_name": "Path",
"field_type": "file",
"file_types": TEXT_FILE_TYPES,