Skip to content

Commit cf50ebc

Browse files
committed
Make sure exists
1 parent 3425ebd commit cf50ebc

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

resources/views/bootstrap-4/datatable.blade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,7 @@ class="container-fluid p-0"
3838
@include('livewire-tables::bootstrap-4.includes.pagination')
3939
</div>
4040

41-
@include($modalsView)
41+
@isset($modalsView)
42+
@include($modalsView)
43+
@endisset
4244
</div>

resources/views/bootstrap-5/datatable.blade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,7 @@ class="container-fluid p-0"
3838
@include('livewire-tables::bootstrap-5.includes.pagination')
3939
</div>
4040

41-
@include($modalsView)
41+
@isset($modalsView)
42+
@include($modalsView)
43+
@endisset
4244
</div>

resources/views/tailwind/datatable.blade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@
3535
</div>
3636
</div>
3737

38-
@include($modalsView)
38+
@isset($modalsView)
39+
@include($modalsView)
40+
@endisset
3941
</div>

0 commit comments

Comments
 (0)