Uses the correct function map for index navigation (#1257)
parent
99eab8b3ac
commit
606077b98a
|
@ -1016,7 +1016,7 @@ export class Client implements ConfigContainer {
|
||||||
this.config.indexPage,
|
this.config.indexPage,
|
||||||
{},
|
{},
|
||||||
{},
|
{},
|
||||||
builtinFunctions,
|
client.stateDataStore.functionMap,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue