2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

Replace "panel-body" with "panel-content"

This commit is contained in:
Oliver
2021-10-27 23:09:14 +11:00
parent 711b3ba923
commit e235e5adec
4 changed files with 22 additions and 21 deletions

View File

@ -539,7 +539,7 @@ function renderErrorMessage(xhr) {
</div>
</div>
<div class='panel-collapse collapse' id='collapse-error-info'>
<div class='panel-body'>`;
<div class='panel-content'>`;
html += xhr.responseText;