fix(/management/person/dashboard): component change
This commit is contained in:
@@ -9,6 +9,7 @@ import {
|
||||
Select,
|
||||
Table,
|
||||
} from "@mantine/core"
|
||||
|
||||
import { IconRefresh } from "@tabler/icons-react"
|
||||
import dayjs from "dayjs"
|
||||
import duration from "dayjs/plugin/duration"
|
||||
@@ -73,7 +74,10 @@ export default function PersonalProjectTable() {
|
||||
style={{ flexDirection: "column" }}>
|
||||
<Group justify="flex-end">
|
||||
<Button
|
||||
variant="filled"
|
||||
size={"xs"}
|
||||
fz={"sm"}
|
||||
fw={500}
|
||||
radius="sm"
|
||||
onClick={load}
|
||||
loading={loading}
|
||||
leftSection={<IconRefresh size={16} />}>
|
||||
|
||||
Reference in New Issue
Block a user