mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
fix
This commit is contained in:
@@ -96,7 +96,7 @@ import { apiCall } from '../utility/api';
|
||||
database,
|
||||
changeSet,
|
||||
});
|
||||
const { errorMessage } = resp.data || {};
|
||||
const { errorMessage } = resp || {};
|
||||
if (errorMessage) {
|
||||
showModal(ErrorMessageModal, { title: 'Error when saving', message: errorMessage });
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user