You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add 'Sent At' timestamp column to webhook deliveries table
- Add FormattedDateTime import for proper date formatting
- Add new 'Sent At' column showing webhook delivery timestamp
- Enable sorting on created_at field
- Update colspan calculation for expanded rows (4→5 columns)
- Display timestamp with short date and time format for readability
Fixes#6316
* Fix enableSorting for created_at column
Set enableSorting to false for consistency with other columns
0 commit comments