Skip to content

Commit eec996b

Browse files
committed
🐛 [fix] : 요청 승인 페이지 담당자 변경 -> 담당자 워딩 수정
1 parent f708765 commit eec996b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/request-approve/ManagerDropdown.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div>
33
<div class="flex text-xs gap-x-1 mb-2">
4-
<p class="text-disabled font-semibold">담당자 변경</p>
4+
<p class="text-disabled font-semibold">담당자</p>
55
<p class="text-red-1">*</p>
66
<p
77
v-if="isInvalidateState === 'manager'"

0 commit comments

Comments
 (0)