Skip to content

Fix/filter faculty#452

Draft
NavvneetK wants to merge 2 commits intostagedfrom
fix/filter-faculty
Draft

Fix/filter faculty#452
NavvneetK wants to merge 2 commits intostagedfrom
fix/filter-faculty

Conversation

@NavvneetK
Copy link
Contributor

No description provided.

@Debatreya Debatreya changed the base branch from master to staged January 14, 2026 09:57
Comment on lines 28 to 47
translations = {
filters: 'Filters',
filterBy: 'Filter By',
designation: 'Designation',
department: 'Department',
saveSelection: 'Save Selection',
clearAllFilters: 'Clear All Filters',
},
}: {
departments?: Dept[];
department?: string | string[];
className?: string;
translations?: {
filters: string;
filterBy: string;
designation: string;
department: string;
saveSelection: string;
clearAllFilters: string;
};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use of translations like this seems incorrect. We have never used translations like this

@Debatreya Debatreya marked this pull request as draft January 15, 2026 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants