mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2025-04-01 20:24:01 +02:00
Fixed question editing
This commit is contained in:
parent
3940800ace
commit
a0d51266a0
1 changed files with 1 additions and 3 deletions
|
@ -98,9 +98,7 @@ export default function Index(props) {
|
|||
})
|
||||
|
||||
data[subjInd].Questions[questionInd] = newVal
|
||||
setData({
|
||||
...data,
|
||||
})
|
||||
setData([...data])
|
||||
}
|
||||
|
||||
const SendDataToServer = async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue