fix: token permisson issues (#4986)

This commit is contained in:
Dhruwang Jariwala
2025-05-15 13:59:40 +05:30
committed by GitHub
parent 59ed10398d
commit a525589186
107 changed files with 188 additions and 189 deletions
@@ -90,7 +90,7 @@ export const WebhookRowData = ({
<div className="col-span-2 my-auto text-center text-sm text-slate-800">
{renderSelectedTriggersText(webhook, t)}
</div>
<div className="col-span-2 my-auto text-center text-sm whitespace-nowrap text-slate-500">
<div className="col-span-2 my-auto whitespace-nowrap text-center text-sm text-slate-500">
{timeSince(webhook.createdAt.toString(), locale)}
</div>
<div className="text-center"></div>