Fix/6885 crash when rule has empty date field (#6905)

* Fix crash when rule date field loses focus while empty

Fixes #6885

* Remove ts-strict-ignore and fix types in DateSelect

* Generate release note 6905
This commit is contained in:
Gabriel J.
2026-02-11 00:05:37 +01:00
committed by GitHub
parent edcf893a27
commit 078da08ad5
4 changed files with 55 additions and 23 deletions

View File

@@ -39,6 +39,7 @@
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/lodash": "^4",
"@types/pikaday": "^1.7.10",
"@types/promise-retry": "^1.1.6",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",