From 243a0467b08625ce1d8a36705e038c7acf3a305f Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Thu, 4 May 2023 17:51:06 +0200 Subject: [PATCH] Display the error message in the message modal correctly. --- assets/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/app.js b/assets/js/app.js index 742b68ee..c5b42262 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -40,7 +40,7 @@ window.App = (function () { 'html': response.message }) ] - }).appendTo('#message-box'); + }).appendTo('#message-modal .modal-body'); } }