We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06ca0ba + 203615e commit bfb8c9dCopy full SHA for bfb8c9d
apps/company/src/utils/translate.ts
@@ -15,5 +15,6 @@ export const hiringProgressType: Record<IHiringProgress, string> = {
15
export const companyType = {
16
LEAD: "선도기업",
17
PARTICIPATING: "참여기업",
18
+ MANUAL_ADD: "수동등록",
19
"": "",
20
};
0 commit comments