This is an automated email from the ASF dual-hosted git repository. ppawar pushed a commit to branch ATLAS-5131 in repository https://gitbox.apache.org/repos/asf/atlas.git
commit 53f2e27401f236651f19a573a72b699a32c9e820 Author: Prasad Pawar <[email protected]> AuthorDate: Thu Sep 25 14:43:10 2025 +0530 ATLAS-5131: [React UI] Glossary import being used instead of business metadata import --- dashboard/src/components/ImportDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/ImportDialog.tsx b/dashboard/src/components/ImportDialog.tsx index 67ce472ba..a3adfbb54 100644 --- a/dashboard/src/components/ImportDialog.tsx +++ b/dashboard/src/components/ImportDialog.tsx @@ -78,7 +78,7 @@ export const ImportDialog: React.FC<CustomModalProps> = ({ if (fileData) { try { let apiMethod = - title == "Import Business Template" + title == "Import Business Metadata" ? getBusinessMetadataImport : getGlossaryImport; let formData = new FormData();
