Skip to content

Commit

Permalink
fix datagrid shimmers.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Sep 30, 2024
1 parent e1ec37c commit 2680ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
request()->get('view-type') == 'table'
|| ! request()->has('view-type')
)
<x-admin::shimmer.datagrid />
<x-admin::shimmer.datagrid :is-multi-row="true"/>
@endif
</div>
</v-activities>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class="primary-button"

<v-persons>
<!-- Datagrid shimmer -->
<x-admin::shimmer.datagrid />
<x-admin::shimmer.datagrid :is-multi-row="true"/>
</v-persons>

{!! view_render_event('admin.persons.index.datagrid.after') !!}
Expand Down

0 comments on commit 2680ad1

Please sign in to comment.