fix: TypeScript-Fehler behoben, indem ungültige Props minDate und maxDate aus DateRangePicker-Komponente entfernt wurden – Werte werden intern gesetzt
This commit is contained in:
@@ -137,7 +137,7 @@ const LoopChartActionBar: React.FC = () => {
|
||||
</div>
|
||||
|
||||
<div className="flex items-center space-x-2">
|
||||
<DateRangePicker minDate={minDate} maxDate={maxDate} />
|
||||
<DateRangePicker />
|
||||
|
||||
<select
|
||||
value={selectedMode}
|
||||
|
||||
Reference in New Issue
Block a user