diff --git a/openmetadata-ui/src/main/resources/ui/src/components/MyData/CustomizableComponents/CustomizeMyData/CustomizeMyData.tsx b/openmetadata-ui/src/main/resources/ui/src/components/MyData/CustomizableComponents/CustomizeMyData/CustomizeMyData.tsx index 1041ae9f4a4..28b2fce093d 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/MyData/CustomizableComponents/CustomizeMyData/CustomizeMyData.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/MyData/CustomizableComponents/CustomizeMyData/CustomizeMyData.tsx @@ -11,7 +11,7 @@ * limitations under the License. */ -import { Button, Col, Space, Typography } from 'antd'; +import { Button, Col, Modal, Space, Typography } from 'antd'; import { AxiosError } from 'axios'; import { isEmpty, isNil } from 'lodash'; import React, { useCallback, useEffect, useMemo, useState } from 'react'; @@ -276,6 +276,7 @@ function CustomizeMyData({ persona: isNil(personaDetails) ? decodedPersonaFQN : getEntityName(personaDetails), + pageName: t('label.landing-page'), }} /> @@ -339,6 +340,20 @@ function CustomizeMyData({ placeholderWidgetKey={placeholderWidgetKey} /> )} + + {isResetModalOpen && ( + + {t('message.reset-layout-confirmation')} + + )} ); } diff --git a/openmetadata-ui/src/main/resources/ui/src/generated/api/domains/createDataProduct.ts b/openmetadata-ui/src/main/resources/ui/src/generated/api/domains/createDataProduct.ts index 66d7e4710a4..410846019db 100644 --- a/openmetadata-ui/src/main/resources/ui/src/generated/api/domains/createDataProduct.ts +++ b/openmetadata-ui/src/main/resources/ui/src/generated/api/domains/createDataProduct.ts @@ -1,3 +1,15 @@ +/* + * Copyright 2025 Collate. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * Create DataProduct API request */