Skip to content

Commit

Permalink
Update app/client/ui/WebhookPage.ts to new virtual ids creation
Browse files Browse the repository at this point in the history
Co-authored-by: jarek <[email protected]>
  • Loading branch information
CamilleLegeron and berhalak authored Jul 3, 2024
1 parent 67cb040 commit d9344fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/ui/WebhookPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const WEBHOOK_COLUMNS = [
label: t('Status'),
},
{
id: 'vt_webhook_fc11',
id: VirtualId(),
colId: 'authorization',
type: 'Text',
label: t('Header Authorization'),
Expand Down

0 comments on commit d9344fa

Please sign in to comment.