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 26a85a6 + db2c9b1 commit a66af15Copy full SHA for a66af15
packages/tdb-dashboard/src/components/RejectComponent.js
@@ -1,6 +1,6 @@
1
import React, {useState} from "react"
2
import {Button, Form} from "react-bootstrap"
3
-//import {WOQLClientObj} from "../init-woql-client"
+import {WOQLClientObj} from "../init-woql-client"
4
import {ChangeRequest} from "../hooks/ChangeRequest"
5
import {
6
REJECT,
@@ -13,9 +13,9 @@ import {RxCross2} from "react-icons/rx"
13
export const RejectComponent = () => {
14
const {organization,dataProduct,id} = useParams()
15
16
- //const {
17
- // currentCRObject
18
- //} = WOQLClientObj()
+ const {
+ exitChangeRequestBranch
+ } = WOQLClientObj()
19
20
const {
21
updateChangeRequestStatus,
0 commit comments