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:
@@ -23,7 +23,6 @@ class Question extends PureComponent {
|
||||
})
|
||||
}
|
||||
|
||||
// TODO
|
||||
const qDataChange = (e) => {
|
||||
try {
|
||||
let newData = JSON.parse(e.target.value)
|
||||
|
Reference in New Issue
Block a user