mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-19 05:54:07 +01:00
Remove DateRangePicker component from Dashboard
This commit is contained in:
parent
1a192a635c
commit
f4601b6cbe
@ -18,14 +18,6 @@ export default function Dashboard() {
|
||||
<Title>Dashboard</Title>
|
||||
<Text>All of your progress will be shown right here.</Text>
|
||||
<br />
|
||||
<Text className="mr-3">Select Date Range:</Text>
|
||||
<DateRangePicker
|
||||
value={value}
|
||||
onChange={setValue}
|
||||
className="inline-block"
|
||||
maxDate={new Date()}
|
||||
>
|
||||
</DateRangePicker>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user