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:
ISA
2025-04-02 11:31:11 +02:00
parent 4efc944492
commit e144226f81
2 changed files with 2 additions and 2 deletions

View File

@@ -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}

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/
const webVersion = "1.6.205";
const webVersion = "1.6.206";
export default webVersion;