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.
1 parent 1ad0fa0 commit 8c29c79Copy full SHA for 8c29c79
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