tambah aduan sampah

This commit is contained in:
bipproduction
2025-10-20 14:01:08 +08:00
parent 4cec5e40ab
commit 75d8f6a1c3
12 changed files with 168 additions and 70 deletions

View File

@@ -329,8 +329,12 @@ function ListApiKey() {
{new Date(apiKey.expiredAt).toLocaleDateString()}
</Badge>
</Table.Td>
<Table.Td>{new Date(apiKey.createdAt).toLocaleDateString()}</Table.Td>
<Table.Td>{new Date(apiKey.updatedAt).toLocaleDateString()}</Table.Td>
<Table.Td>
{new Date(apiKey.createdAt).toLocaleDateString()}
</Table.Td>
<Table.Td>
{new Date(apiKey.updatedAt).toLocaleDateString()}
</Table.Td>
<Table.Td>
<Group gap="xs" justify="center">
<Tooltip label="Copy API Key">