feat(admin): fixed job listing

This commit is contained in:
Unchanted
2025-08-21 13:55:24 +05:30
parent 8ebf952f74
commit 8bfe681dd4
4 changed files with 67 additions and 27 deletions

View File

@@ -22,7 +22,7 @@ export default function AcademicDetailsStep({ form }: { form: any }) {
];
const branchOptions = [
{ value: 'cse', label: 'Computer Science' },
{ value: 'cse', label: 'Computer Engineering' },
{ value: 'it', label: 'Information Technology' },
{ value: 'ece', label: 'Electronics & Communication' },
{ value: 'mechanical', label: 'Mechanical' },