Skip to content

Commit bd49a26

Browse files
committed
add radix
1 parent 188a754 commit bd49a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BulkRatingModal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const BulkRatingModal = ({ bulkRateModal, setBulkRateModal }: BulkRatingModalPro
4545
await addRatingsByFile({
4646
variables: {
4747
file: formData.file,
48-
sprint: parseInt(formData.sprint),
48+
sprint: parseInt(formData.sprint, 10),
4949
orgToken: localStorage.getItem('orgToken')
5050
},
5151
})

0 commit comments

Comments
 (0)