From 1b64f09ec98d8edb2d415b3f1198b8464713098c Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Thu, 14 Mar 2019 15:25:30 +0800 Subject: [PATCH] resetTestSetsExpandedArray --- public/react/src/modules/page/Index.js | 1 + 1 file changed, 1 insertion(+) 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}