Skip to content

Commit

Permalink
๐Ÿ› fix: constant๋กœ ์ž…๋ ฅ๋˜์–ด ์žˆ๋˜ ๋ถ€๋ถ„ ๋ณ€์ˆ˜ํ™” #127
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMirror21 committed Jan 13, 2025
1 parent f52fa6d commit 46cdf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/WriteDocuments/RequestModifyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const RequestModifyPage = () => {
fontColor="text-[#1E1926]"
title="Request"
onClick={() => {
sendRequest({ id: 1, reason: reasonInput });
sendRequest({ id: Number(id), reason: reasonInput });
}}
/>
</BottomButtonPanel>
Expand Down

0 comments on commit 46cdf19

Please sign in to comment.