Skip to content

Commit

Permalink
fixup! feat: support frontend plugins via env.config.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
arbrandes committed Dec 9, 2024
1 parent 7e34b50 commit 198e3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutormfe/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

MFE_APPS: Filter[dict[str, MFE_ATTRS_TYPE], []] = Filter()

PLUGIN_SLOTS: Filter[tuple[str, str, str], []] = Filter()
PLUGIN_SLOTS: Filter[list[tuple[str, str, str]], []] = Filter()

0 comments on commit 198e3ea

Please sign in to comment.