fix-department-ui #5

Merged
arjunsthampi merged 3 commits from fix-department-ui into dev 2026-03-26 12:33:03 +00:00
Showing only changes of commit 427775a038 - Show all commits
+4 -1
View File
@@ -167,7 +167,10 @@ export default function DepartmentPage() {
className="w-[220px]"
/>
<Button onClick={fetchDepartments} disabled={loading}>
<Button
variant="outline"
onClick={fetchDepartments}
disabled={loading}>
<RefreshCw className="mr-2 h-4 w-4" />
Refresh
</Button>