Skip to content

Commit 606077b

Browse files
authored
Uses the correct function map for index navigation (#1257)
1 parent 99eab8b commit 606077b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ export class Client implements ConfigContainer {
10161016
this.config.indexPage,
10171017
{},
10181018
{},
1019-
builtinFunctions,
1019+
client.stateDataStore.functionMap,
10201020
),
10211021
);
10221022
}

0 commit comments

Comments
 (0)