mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2026-04-28 11:17:38 +02:00
npm packages update, build fix
This commit is contained in:
@@ -153,7 +153,7 @@ export default function SubjectView(props) {
|
||||
const deletedQuestions = deletedIndexes
|
||||
onSave(subj.Name, changedQuestions, deletedQuestions, selectedDb).then(
|
||||
(res) => {
|
||||
if (res.status === 'OK') {
|
||||
if (res.success) {
|
||||
alert('Sikeres mentés')
|
||||
} else {
|
||||
alert('Hiba mentés közben :/')
|
||||
|
||||
Reference in New Issue
Block a user