mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 22:18:41 -09:00
Fix typo in plugin loader (#396)
This commit is contained in:
parent
c88c93a622
commit
4aa1c2d03d
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ const loadModules = () => {
|
|||
}
|
||||
|
||||
if (mod.mapTermsDispatch) {
|
||||
connectors.Terms.dispatch.push(mod.mapTermsState);
|
||||
connectors.Terms.dispatch.push(mod.mapTermsDispatch);
|
||||
}
|
||||
|
||||
if (mod.mapHeaderState) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue