Skip to content

Commit

Permalink
Fix modal
Browse files Browse the repository at this point in the history
  • Loading branch information
rxcod9 committed Feb 23, 2024
1 parent b6f760b commit c1502da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/partials/quick-add-script.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
success: function (response) {
btn.button('reset');
$('#quick_create_modal{{ $dataId }}').modal('show');
$('#quick_create_modal{{ $dataId }} .modal-body').html(response);
$('#quick_create_modal{{ $dataId }}').modal('show');
window.gMapVm = new Vue({ el: '#coordinates-formfield' });
var media_picker_element = document.querySelectorAll('div[id^="media_picker_"]');
Expand Down

0 comments on commit c1502da

Please sign in to comment.