change component design
This commit is contained in:
@@ -59,7 +59,7 @@ function List({ data, loading }) {
|
||||
<p className="text-[16px] min-w-[60px] font-medium text-[#616161]">
|
||||
{row.status ? "فعال" : "غیر فعال"}
|
||||
</p>
|
||||
<SwitchTable />
|
||||
<SwitchTable value={row.status} />
|
||||
</div>
|
||||
</TextLoading>
|
||||
</TableCell>
|
||||
|
||||
Reference in New Issue
Block a user