We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a926da commit 5cc4cecCopy full SHA for 5cc4cec
src/frontend/src/components/FinanceDashboardCarFilter.tsx
@@ -79,7 +79,7 @@ const FinanceDashboardCarFilterComponent: React.FC<FinanceDashboardCarFilterProp
79
80
const carAutocompleteOptions = [ALL_CARS_OPTION, ...carOptions];
81
82
- const handleCarChange = (_event: any, newValue: any) => {
+ const handleCarChange = (_event: React.SyntheticEvent, newValue: { label: string; id: string } | null) => {
83
if (newValue === null) {
84
// User cleared the input (X button), re-mirror global
85
clearLocalSelection();
0 commit comments