add file upload
Browse files
frontend/src/components/Opportunities.jsx
CHANGED
@@ -73,7 +73,8 @@ const Opportunities = () => {
|
|
73 |
|
74 |
<div className="p-4 bg-white border-t">
|
75 |
<Button style={{'marginRight':'10px'}} onClick={() => {customerResearch(selectedOpportunity); setResearch(null)}}>Prism</Button>
|
76 |
-
<Button>Scout</Button>
|
|
|
77 |
</div>
|
78 |
</div>
|
79 |
<OpportunityForm/>
|
|
|
73 |
|
74 |
<div className="p-4 bg-white border-t">
|
75 |
<Button style={{'marginRight':'10px'}} onClick={() => {customerResearch(selectedOpportunity); setResearch(null)}}>Prism</Button>
|
76 |
+
<Button style={{'marginRight':'10px'}}>Scout</Button>
|
77 |
+
<div style={{'float':'right'}}><Upload token={token} /></div>
|
78 |
</div>
|
79 |
</div>
|
80 |
<OpportunityForm/>
|