Skip to content

Commit

Permalink
fix day level report filter bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chensation authored and syuChen1 committed May 21, 2022
1 parent b741feb commit 7d54db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/views/Researcher/DayLevelReport.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const DayLevelReport = () => {
{
title: 'Lesson',
dataIndex: ['learning_standard', 'name'],
key: 'unit',
key: 'learning_standard',
width: '3%',
align: 'left',
filters: tbLessonFilter,
Expand Down

0 comments on commit 7d54db0

Please sign in to comment.