Skip to content

Commit

Permalink
Update _manager.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ctf0 authored Jun 22, 2020
1 parent a8ac594 commit 8a3336b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/_manager.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class="hide-native-scrollbar"
:hide-path="{{ isset($hidePath) ? json_encode($hidePath) : '[]' }}"
:restrict="{{ isset($restrict) ? json_encode($restrict) : '{}' }}"
:user-id="{{ config('mediaManager.enable_broadcasting') ? optional(auth()->user())->id : 0 }}"
:upload-panel-img-list="{{ (isset($patterns)) ? $patterns : '[]' }}">
:upload-panel-img-list="{{ $patterns ?? '[]' }}">

<div class="media-manager"
:class="[
Expand Down

0 comments on commit 8a3336b

Please sign in to comment.