File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/tdb-dashboard/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import React , { useState } from "react"
22import { WOQLClientObj } from '../init-woql-client'
3- import { MenuItem , SubMenu } from 'react-pro-sidebar'
3+ import { MenuItem , SubMenu , Sidebar } from 'react-pro-sidebar'
44import 'react-pro-sidebar/dist/css/styles.css'
55import { SearchBox } from "./SearchBox"
66import { useNavigate } from "react-router-dom"
@@ -41,7 +41,7 @@ export const DataProductItems = (props) => {
4141
4242 return < React . Fragment >
4343 < SubMenu title = "Data Products"
44- className = "menu-title"
44+ className = "menu-title "
4545 defaultOpen = { sidebarStateObj . sidebarDataProductListState }
4646 onOpenChange = { ( e ) => saveSidebarState ( "sidebarDataProductListState" , e ) }
4747 >
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ export const ChangeRequests = () => {
133133 case REJECTED :
134134 return < Badge bg = "danger text-dark mr-4" > { REJECTED } </ Badge >
135135 case MERGED :
136- return < Badge bg = " success text-dark mr-4" onClick = { ( ) => goToDiffPage ( item ) } > View Approved Diff</ Badge >
136+ return < Button className = "bg- success text-dark mr-4 btn btn-sm " onClick = { ( ) => goToDiffPage ( item ) } > View Approved Diff</ Button >
137137 }
138138
139139 }
You can’t perform that action at this time.
0 commit comments