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 1ad0fa0 + 8c29c79 commit ecec59dCopy full SHA for ecec59d
packages/tdb-dashboard/src/components/AboutDataProduct.js
@@ -43,7 +43,7 @@ export const AboutDataProduct = ({dataProductDetails, setShowDeleteModal, health
43
}, [healthColor])
44
45
useEffect(() => {
46
- if(cloneDBName){
+ if(cloneDBName && cloneDBName.current){
47
cloneDBName.current.value = dataProduct
48
}
49
}, [dataProduct])
0 commit comments