diff --git a/frontend/src/main.js b/frontend/src/main.js index 482d9a67e5f0bafd9cd8ccb8b9fa311560814d67..65c999d5f5433fe7e5ee1df0a4c06668c26291b7 100644 --- a/frontend/src/main.js +++ b/frontend/src/main.js @@ -234,7 +234,7 @@ async function init() { commit('setUndoRedoNewMutation', true) } catch (e) { window.console.debug(e.response) - commit('set_transaction_result', { + commit('setTransactionResult', { type: 'error', error: 'exception' in e.response.data ? e.response.data.exception : e.response.data, uuid: 'exception' in e.response.data ? state.ta_list[APIUtil.getAPIErrorIndexFromDBException(e.response.data.exception)].uuid : null