diff --git a/public/react/src/modules/page/Index.js b/public/react/src/modules/page/Index.js index d947b78e..8653ecd9 100644 --- a/public/react/src/modules/page/Index.js +++ b/public/react/src/modules/page/Index.js @@ -197,6 +197,7 @@ class Index extends Component { time_limit={context.time_limit} + resetTestSetsExpandedArray={context.resetTestSetsExpandedArray} onRunCodeTestFinish={context.onRunCodeTestFinish} onRunChooseTestFinish={context.onRunChooseTestFinish} testSetUnlock={context.testSetUnlock}