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}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user