Skip to content

Commit

Permalink
Hotfix/certificate12th (#149)
Browse files Browse the repository at this point in the history
* Fix : 수료증 12기 & 기획 및 디자인 추가

* Fix : 관리자 12기만 수정
  • Loading branch information
teagu123 authored Jan 15, 2025
1 parent 808a604 commit a5e2800
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/admin/components/modal/AdminCertificateModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ const AdminCertificateModal: React.FC<CertificateModalProps> = ({
selectedUserIds,
setSelectedUserIds,
}) => {
const trackOptions = [
{ value: 10, label: '10기' },
{ value: 11, label: '11기' },
{ value: 12, label: '12기' },
];
const trackOptions = [{ value: 12, label: '12기' }];

const { mutate } = useChangeGraduations();
const { selectAll, setSelectAll } = useSelectedUsers();
Expand Down

0 comments on commit a5e2800

Please sign in to comment.