Skip to content

Commit

Permalink
Merge pull request #142 from terminusdb/fix_doc
Browse files Browse the repository at this point in the history
fix database home page for data reader role
  • Loading branch information
KittyJose authored Feb 22, 2023
2 parents 1ad0fa0 + 8c29c79 commit ecec59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tdb-dashboard/src/components/AboutDataProduct.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const AboutDataProduct = ({dataProductDetails, setShowDeleteModal, health
}, [healthColor])

useEffect(() => {
if(cloneDBName){
if(cloneDBName && cloneDBName.current){
cloneDBName.current.value = dataProduct
}
}, [dataProduct])
Expand Down

0 comments on commit ecec59d

Please sign in to comment.