-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[front] - fix: ensure type safety and null checks in data sources tables
- Introduced a new TypeScript interface to improve type checking for the cell rendering functions in data source tables - Added null checks for the `editedByUser` field and fallbacks for missing `imageUrl` and `editedAt` properties to prevent runtime errors - Ensured the display of formatted dates accounts for possible null values in `editedAt` field
- Loading branch information
Jules
authored and
Jules
committed
Jul 31, 2024
1 parent
8d0c97d
commit d7b1fd2
Showing
2 changed files
with
42 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters