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
fix(content): align sources page with non-nullable source model
Updates the `_SourcesDataSource` in `sources_page.dart` to correctly
handle the `sourceType` and `updatedAt` fields of the `Source` model,
which are non-nullable.
Removes unnecessary null-aware operators and null checks, ensuring the
UI code is synchronized with the data model's constraints.
0 commit comments