Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
beganovich committed Jan 9, 2025
1 parent 1f5c752 commit 2977b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/hooks/useDataTablePreferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export function useDataTablePreferences(params: Params) {
const updatedUser = cloneDeep(user) as User;

if (updatedUser) {
// This is a temporary solution for creating the table_filters object. It can be removed after some time.
// @Todo: This is a temporary solution for creating the table_filters object. It can be removed after some time.
const tableFilters =
updatedUser.company_user?.react_settings.table_filters || {};

Expand Down

0 comments on commit 2977b65

Please sign in to comment.