Skip to content

Commit

Permalink
[2.0] refactor the datagrid.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Nov 7, 2024
1 parent 0d69ad5 commit d07e133
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ class="cursor-pointer rounded-md p-1.5 text-2xl transition-all hover:bg-gray-200
data() {
return {
viewType: (new URLSearchParams(window.location.search))?.get('view-type') || 'table',
viewType: '{{ request('view-type') }}' || 'table',
};
},
Expand Down

0 comments on commit d07e133

Please sign in to comment.