fix (Business Trip): reset date picker contraints on refresh#120
fix (Business Trip): reset date picker contraints on refresh#120Alex9779 wants to merge 1 commit into
Conversation
Greptile SummaryThis PR fixes a bug where datepicker
Confidence Score: 4/5Safe to merge; the change is small and the optional-chaining guard prevents any new crash paths. The fix correctly resets date constraints on refresh and the optional chaining prevents errors when the datepicker hasn't initialised. The existing field-change handlers lack the same guard, but they fire after full render so the practical risk is low. Only minor style and consistency observations remain. No files require special attention; the single changed file has a small, well-scoped fix. Important Files Changed
|
No description provided.