Fix a little bug
This commit is contained in:
parent
7031ccd6fd
commit
bea56f156e
1 changed files with 1 additions and 1 deletions
|
|
@ -58,4 +58,4 @@ class UrlLoaderComponent(CustomComponent):
|
|||
if loader_instance is None:
|
||||
raise ValueError(f"No loader found for: {web_path}")
|
||||
|
||||
return loader_instance
|
||||
return loader_instance.load()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue