Skip to content

Commit a66af15

Browse files
Merge pull request #92 from terminusdb/fix_reject
fix navigation
2 parents 26a85a6 + db2c9b1 commit a66af15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/tdb-dashboard/src/components/RejectComponent.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, {useState} from "react"
22
import {Button, Form} from "react-bootstrap"
3-
//import {WOQLClientObj} from "../init-woql-client"
3+
import {WOQLClientObj} from "../init-woql-client"
44
import {ChangeRequest} from "../hooks/ChangeRequest"
55
import {
66
REJECT,
@@ -13,9 +13,9 @@ import {RxCross2} from "react-icons/rx"
1313
export const RejectComponent = () => {
1414
const {organization,dataProduct,id} = useParams()
1515

16-
//const {
17-
// currentCRObject
18-
//} = WOQLClientObj()
16+
const {
17+
exitChangeRequestBranch
18+
} = WOQLClientObj()
1919

2020
const {
2121
updateChangeRequestStatus,

0 commit comments

Comments
 (0)