Skip to content

Commit 55629f0

Browse files
authored
Merge pull request #133 from imbus/bugfix-modal-error
Fixed 500-error because of missing notification-component
2 parents 6f38ff9 + c41a0c7 commit 55629f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/partials/advancedsearch/modal.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<!-- Body -->
4646
<div @class(["modal-body"]) wire:ignore>
47-
<livewire:notifications />
47+
{{-- <livewire:notifications /> --}}
4848
@if ($modalActionType !== App\Livewire\Partials\Advancedsearch\AdvancedsearchModalAction::Delete)
4949
{{-- Filter name --}}
5050
<div

0 commit comments

Comments
 (0)