Display the error message in the message modal correctly.

This commit is contained in:
Alex Tselegidis 2023-05-04 17:51:06 +02:00
parent 82b25b50ad
commit 243a0467b0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ window.App = (function () {
'html': response.message
})
]
}).appendTo('#message-box');
}).appendTo('#message-modal .modal-body');
}
}