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 913889a commit f539071Copy full SHA for f539071
src/compounds/Document/Document.jsx
@@ -16,6 +16,7 @@ const Document = ({ acceptSOW, addClass, backgroundColor, document }) => {
16
const [showNotice, setShowNotice] = useState(false)
17
const handleClose = () => setShow(false)
18
const handleShow = () => setShow(true)
19
+
20
return (
21
<>
22
<div className={`d-flex border rounded mb-2 bg-light document-wrapper ${addClass}`} onClick={handleShow} role='presentation'>
0 commit comments