You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{/* TODO: @summer-cook SOW should have submit for approval. It should also ONLY show the submit for approval when the SOW has not yet been submitted. Need to figure out a way to tell if it has been submitted or not. . */}
{/* TODO: @summer-cook SOW should have submit for approval. It should also ONLY show the submit for approval when the SOW has not yet been submitted. Need to figure out a way to tell if it has been submitted or not. . */}
49
+
<Dropdown.Item
50
+
href='#/action-1'
51
+
onClick={()=>{
52
+
acceptSOW({
53
+
request: request,
54
+
sowID: sowID,
55
+
accessToken: accessToken,
56
+
})
57
+
setSowAccepted(true)
58
+
}}
59
+
>
60
+
Submit for Approval
61
+
</Dropdown.Item>
62
+
</Dropdown.Menu>
63
+
</Dropdown>
64
+
</div>
65
+
}
59
66
</Offcanvas.Header>
60
67
<Offcanvas.Body>
68
+
{sowAccepted&&
69
+
<Row>
70
+
<Notice
71
+
addClass='my-3'
72
+
alert={{
73
+
body: [`SOW ${identifier} has been accepted successfully. Now awaiting purchase order.`],
0 commit comments