Commit c045506
authored
refactor(mantine): migrate nlp qa number input DEV-1163 (#6373)
### 💭 Notes
`NumberInput` from mantine returns a number, but the logic of the
response form requires a string. Instead of doing too much work I just
converted the mantine return to a string
### 👀 Preview steps
1. ℹ️ have an account and a project with submissions to open nlp
2. create a "Number" analysis question
5. 🟢 [on PR] notice that the functionality remains the same1 parent 2baa76d commit c045506
File tree
1 file changed
+3
-5
lines changed- jsapp/js/components/processing/analysis/responseForms
1 file changed
+3
-5
lines changedLines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
73 | | - | |
74 | | - | |
| 72 | + | |
75 | 73 | | |
76 | | - | |
| 74 | + | |
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
| |||
0 commit comments