Skip to content

Commit c00af48

Browse files
committed
Form default should be string
1 parent f06958b commit c00af48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/JobsFilter.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import filterJobs from '../filter-jobs.mjs';
1111

1212
const defaultFormValues = {
1313
fullTime: false,
14-
ossTimeGt: 0,
14+
ossTimeGt: "0",
1515
showExpired: false,
1616
remote: false
1717
};

0 commit comments

Comments
 (0)