Show when an event was triggered via the API directly
This commit is contained in:
parent
4f3651b578
commit
d47a05881b
6 changed files with 26 additions and 2 deletions
|
@ -22,6 +22,7 @@ export default ({ meta }: { meta: Record<string, unknown> }) => {
|
|||
</Dialog.Buttons>
|
||||
</Dialog>
|
||||
<button
|
||||
aria-describedby={'View additional event metadata'}
|
||||
className={'p-2 transition-colors duration-100 text-gray-400 group-hover:text-gray-300 group-hover:hover:text-gray-50'}
|
||||
onClick={() => setOpen(true)}
|
||||
>
|
||||
|
|
Reference in a new issue