We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c8df8 commit 54cbaa8Copy full SHA for 54cbaa8
1 file changed
src/cone/app/browser/ajax.py
@@ -51,7 +51,7 @@ def ajax_tile(model, request):
51
except Exception:
52
logging.exception('Error within ajax tile')
53
tb = format_traceback()
54
- continuation = AjaxContinue([AjaxMessage(tb, 'error', None)])
+ continuation = AjaxContinue([AjaxMessage(tb, 'error', None, 'modal-xl')])
55
return dict(
56
mode='NONE',
57
selector='NONE',
0 commit comments