Skip to content

Commit

Permalink
Merge pull request #160 from Rushikesh-Sonawane99/shiksha-2.0
Browse files Browse the repository at this point in the history
#PS-396 fix: Fix autoselect on dropdown for date range select
  • Loading branch information
itsvick authored May 24, 2024
2 parents e3fcd12 + 7c1264c commit ccbc189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/attendance-overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const AttendanceOverview: React.FC<AttendanceOverviewProps> = () => {
const [displayStudentList, setDisplayStudentList] = React.useState<
Array<any>
>([]);
const [selectedValue, setSelectedValue] = React.useState<string>('');
const [selectedValue, setSelectedValue] = React.useState<string>( t('COMMON.AS_OF_TODAY'));

const theme = useTheme<any>();
const pathname = usePathname();
Expand Down

0 comments on commit ccbc189

Please sign in to comment.