File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
packages/tdb-dashboard/src/components Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
501507export const THEME = "Theme"
502508export const LEGO_SET = "LegoSet"
You can’t perform that action at this time.
0 commit comments