summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/knox/approval/ApprovalSubmit.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/knox/approval/ApprovalSubmit.tsx b/components/knox/approval/ApprovalSubmit.tsx
index d9ccc785..e4854888 100644
--- a/components/knox/approval/ApprovalSubmit.tsx
+++ b/components/knox/approval/ApprovalSubmit.tsx
@@ -926,7 +926,7 @@ export default function ApprovalSubmit({
debugLog("Submit Response", response);
- if (response.result === "SUCCESS") {
+ if (response.result === "success") {
setSubmitResult({ apInfId: response.data.apInfId });
toast.success("결재가 성공적으로 상신되었습니다.");
onSubmitSuccess?.(response.data.apInfId);