tambah aduan sampah
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user