Skip to content

Commit 0fe29f1

Browse files
committed
do not immediately accept the sow
1 parent 6f4ca58 commit 0fe29f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/requests/[uuid].js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const Request = () => {
139139
{documents.length ? documents.map((document, index) => (
140140
<Document
141141
addClass='mt-3'
142-
acceptSOW={acceptSOW(
142+
acceptSOW={() => acceptSOW(
143143
request,
144144
document,
145145
accessToken,

0 commit comments

Comments
 (0)