[1.0.0] #19

Merged
ashir merged 80 commits from dev into main 2026-04-30 18:37:18 +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>