diff --git a/app/core/plugin.py b/app/core/plugin.py index 80d5e20c..620df032 100644 --- a/app/core/plugin.py +++ b/app/core/plugin.py @@ -633,6 +633,7 @@ class PluginManager(metaclass=Singleton): render_mode=render_mode, cols=cols or {}, attrs=attrs or {}, + elements=elements ) def get_plugin_attr(self, pid: str, attr: str) -> Any: