Compare commits
2 Commits
fix/missio
...
fix/audit-
| Author | SHA1 | Date | |
|---|---|---|---|
| cf490510bf | |||
| 3d91334df7 |
@@ -265,7 +265,10 @@ export function AuditLogDrawer({ sessionId, trigger }: AuditLogDrawerProps): Rea
|
||||
</tr>
|
||||
) : notice ? (
|
||||
<tr>
|
||||
<td colSpan={5} className="px-3 py-6 text-center text-sm text-muted-foreground">
|
||||
<td
|
||||
colSpan={5}
|
||||
className="px-3 py-6 text-center text-sm text-muted-foreground"
|
||||
>
|
||||
{notice}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user