We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5846c commit 0f700edCopy full SHA for 0f700ed
src/compounds/Document/Document.jsx
@@ -50,7 +50,7 @@ const Document = ({ acceptSOW, addClass, backgroundColor, document }) => {
50
<Dropdown.Item
51
href='#/action-1'
52
onClick={() => {
53
- acceptSOW
+ onClick('Accept SOW')
54
setShowNotice(true)
55
}}
56
>
0 commit comments