Fix error dialog
This commit is contained in:
parent
84a7a9555f
commit
9394f4f540
2 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ export function apiWithDialog(
|
|||
promiseDialog(promise, onSuccess, onFailure ? onFailure : (e) => {
|
||||
dialog({
|
||||
type: 'error',
|
||||
text: e.message + '<br>' + (e as any).id,
|
||||
text: e.message + '\n' + (e as any).id,
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue