Skip to content

Commit

Permalink
fix sidemenu search
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Apr 24, 2024
1 parent ac768e7 commit 67131a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/includes/aside.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class="block w-fulls font-bold"

<!-- Search -->
@if(config('tomato-admin.global_search'))
<div v-show="!data.makeMenuMin" class="my-4 px-6" v-show="!data.makeMenuMin">
<div class="my-4 px-6" v-show="!data.makeMenuMin">
<div class="relative">
<div class="filament-global-search-input">
<label for="globalSearchInput" class="sr-only">
Expand Down

0 comments on commit 67131a9

Please sign in to comment.