Skip to content

Commit

Permalink
Merge pull request #1713 from suraj-webkul/activities-datagrid
Browse files Browse the repository at this point in the history
[2.0] refactor the datagrid.
  • Loading branch information
devansh-webkul authored Nov 7, 2024
2 parents eb04d7b + d07e133 commit 42e59b4
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 42e59b4

Please sign in to comment.