void;
+ buttonId?: string;
heading?: string;
doc?: string;
button?: React.ReactNode;
className?: string;
size?: SIZE;
- disabled?: boolean;
onClick?: () => void;
permission?: boolean;
}
@@ -41,6 +39,7 @@ export interface CreatePlaceholderProps {
heading?: string;
doc?: string;
permission?: boolean;
+ buttonId?: string;
onClick?: () => void;
}
diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/CustomPropertiesPageV1/CustomPropertiesPageV1.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/CustomPropertiesPageV1/CustomPropertiesPageV1.tsx
index 8a7fae21a44..4148a8157c4 100644
--- a/openmetadata-ui/src/main/resources/ui/src/pages/CustomPropertiesPageV1/CustomPropertiesPageV1.tsx
+++ b/openmetadata-ui/src/main/resources/ui/src/pages/CustomPropertiesPageV1/CustomPropertiesPageV1.tsx
@@ -179,6 +179,7 @@ const CustomEntityDetailV1 = () => {
{isEmpty(selectedEntityTypeDetail.customProperties) ? (
{
if (glossaries.length === 0 && !isLoading) {
return (