Skip to content

Commit 5340ae2

Browse files
committed
review change request
1 parent 0a52b42 commit 5340ae2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export const ReviewComponent = ({setKey}) => {
168168
}= WOQLClientObj()
169169

170170
// set default action as COMMENT
171-
const [checked, setChecked]=useState(CONST.COMMENT)
171+
const [checked, setChecked]=useState(CONST.APPROVE)
172172
// feedback constants
173173
const [message, setMessage]=useState("")
174174

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,12 @@ export const REVIEW_OPTIONS = [
497497
}
498498
]
499499

500+
/* {
501+
title: COMMENT,
502+
helpText: "Submit a comment or a message ...",
503+
icon: <TbMessageCircle className="mt-1 mr-1"/>
504+
},*/
505+
500506
// Document types
501507
export const THEME="Theme"
502508
export const LEGO_SET="LegoSet"

0 commit comments

Comments
 (0)