Skip to content

Commit

Permalink
fixed customer view review datagrid
Browse files Browse the repository at this point in the history
  • Loading branch information
shivendra-webkul committed May 2, 2024
1 parent 6230076 commit 80fb32f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class="align-text-bottom text-base text-gray-800 dark:text-white ltr:ml-1.5 rtl:
<template v-else>
<div
v-if="available.meta.total"
class="grid gap-y-4 border-b p-4 pt-0 transition-all hover:bg-gray-50 dark:border-gray-800 dark:hover:bg-gray-950"
class="grid gap-y-4 border-b p-4 transition-all hover:bg-gray-50 dark:border-gray-800 dark:hover:bg-gray-950"
v-for="record in available.records"
>
<div class="flex justify-start [&amp;>*]:flex-1">
Expand Down

0 comments on commit 80fb32f

Please sign in to comment.