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.
2 parents 9792edf + 3515fc9 commit 62089c8Copy full SHA for 62089c8
packages/tdb-dashboard/src/pages/Layout.js
@@ -47,7 +47,7 @@ export const Layout = (props) => {
47
48
//defaultSize={340}
49
return <Container fluid className="p-0 flex-row">
50
- {showModal && <SubmitChangeRequestModal showModal={showModal} setShowModal={setShowModal} updateParent={updateParent}/>}
+ {showModal && <SubmitChangeRequestModal updateChangeRequestID={currentChangeRequest} showModal={showModal} setShowModal={setShowModal} updateParent={updateParent}/>}
51
<SplitPane split="vertical" minSize={70} defaultSize={defaultSize} primary="first" allowResize={false}>
52
<div className="side-black h-100 d-flex">
53
<IconBar setShowFeedbackForm={setShowFeedbackForm} />
0 commit comments