forked from mirrors/easyappointments
Correctly display long error messages within the modal
This commit is contained in:
parent
758e556f56
commit
9afe90f831
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ window.GeneralFunctions = window.GeneralFunctions || {};
|
|||
'class': 'card',
|
||||
'html': [
|
||||
$('<div/>', {
|
||||
'class': 'card-body',
|
||||
'class': 'card-body overflow-auto',
|
||||
'html': response.message || '→ No error information provided.'
|
||||
})
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue