remove error load image

This commit is contained in:
KhatamNugraha
2023-08-14 15:45:50 +07:00
parent 22e5606ea3
commit 969fd88aa4
5 changed files with 9 additions and 5 deletions

View File

@ -39,7 +39,7 @@
<!-- Modal header -->
<div class="modal-header">
<h5 class="modal-title" id="myModalLabel">Tambah Fasilitas</h5>
<button type="button" class="closeButton" data-dismiss="modal" aria-label="Close">
<button type="button" class="closeButton" data-dismiss="modal" aria-label="Close" style="display:none">
<span aria-hidden="true">&times;</span>
</button>
</div>