quirksはクソ

This commit is contained in:
shibafu 2020-07-24 12:42:11 +09:00
parent ef18d26b5d
commit d58afc0324

View File

@ -48,7 +48,6 @@
@endforeach
</div>
@endif
@endsection
@component('components.modal', ['id' => 'deleteIncomingWebhookModal'])
@slot('title')
@ -64,6 +63,7 @@
<button type="button" class="btn btn-danger">削除</button>
@endslot
@endcomponent
@endsection
@push('script')
<script src="{{ mix('js/setting/webhooks.js') }}"></script>