Skip to content

Commit 2fc46f3

Browse files
committed
reset locally
1 parent 0f700ed commit 2fc46f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/Document/Document.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const Document = ({ acceptSOW, addClass, backgroundColor, document }) => {
5050
<Dropdown.Item
5151
href='#/action-1'
5252
onClick={() => {
53-
onClick('Accept SOW')
53+
acceptSOW
5454
setShowNotice(true)
5555
}}
5656
>

0 commit comments

Comments
 (0)