Skip to content

Commit 62089c8

Browse files
authored
Merge pull request #120 from terminusdb/fix_change_request_id
fix change_request_id
2 parents 9792edf + 3515fc9 commit 62089c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tdb-dashboard/src/pages/Layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const Layout = (props) => {
4747

4848
//defaultSize={340}
4949
return <Container fluid className="p-0 flex-row">
50-
{showModal && <SubmitChangeRequestModal showModal={showModal} setShowModal={setShowModal} updateParent={updateParent}/>}
50+
{showModal && <SubmitChangeRequestModal updateChangeRequestID={currentChangeRequest} showModal={showModal} setShowModal={setShowModal} updateParent={updateParent}/>}
5151
<SplitPane split="vertical" minSize={70} defaultSize={defaultSize} primary="first" allowResize={false}>
5252
<div className="side-black h-100 d-flex">
5353
<IconBar setShowFeedbackForm={setShowFeedbackForm} />

0 commit comments

Comments
 (0)