Skip to content

Commit 54cbaa8

Browse files
committed
add modal-xl class to rendered Ajax Tile Errors
1 parent 60c8df8 commit 54cbaa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cone/app/browser/ajax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def ajax_tile(model, request):
5151
except Exception:
5252
logging.exception('Error within ajax tile')
5353
tb = format_traceback()
54-
continuation = AjaxContinue([AjaxMessage(tb, 'error', None)])
54+
continuation = AjaxContinue([AjaxMessage(tb, 'error', None, 'modal-xl')])
5555
return dict(
5656
mode='NONE',
5757
selector='NONE',

0 commit comments

Comments
 (0)