Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 850ce75

Browse files
committed
fix: step for num positions only integers
ref issue #105
1 parent d8604e6 commit 850ce75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/JobForm/utils.js

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export const getEditJobConfig = (skillOptions, onSubmit) => {
5252
name: "numPositions",
5353
minValue: 1,
5454
placeholder: "Number Of Opening",
55+
step: 1,
5556
},
5657
{
5758
label: "Job Skills",

0 commit comments

Comments
 (0)