mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2025-04-01 20:24:01 +02:00
Added password authorization, minor other changes
This commit is contained in:
parent
e220da2525
commit
a2c06b3343
5 changed files with 93 additions and 56 deletions
|
@ -23,7 +23,6 @@ class Question extends PureComponent {
|
|||
})
|
||||
}
|
||||
|
||||
// TODO
|
||||
const qDataChange = (e) => {
|
||||
try {
|
||||
let newData = JSON.parse(e.target.value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue