mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-18 12:02:11 +08:00
[offers][fix] fix empty value (#486)
This commit is contained in:
@ -47,6 +47,8 @@ export default function OffersHomePage() {
|
||||
category: 'engagement',
|
||||
label: 'Filter by job title',
|
||||
});
|
||||
} else {
|
||||
setjobTitleFilter('');
|
||||
}
|
||||
}}
|
||||
/>
|
||||
@ -62,6 +64,8 @@ export default function OffersHomePage() {
|
||||
category: 'engagement',
|
||||
label: 'Filter by company',
|
||||
});
|
||||
} else {
|
||||
setCompanyFilter('');
|
||||
}
|
||||
}}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user