This is an automated email from the ASF dual-hosted git repository. pawarprasad123 pushed a commit to branch feature/pr-5-createDropdown-BM-entity-queryBuilder-enum in repository https://gitbox.apache.org/repos/asf/atlas.git
commit 93100a079f3386604861df20121554e217acb109 Author: Prasad Pawar <[email protected]> AuthorDate: Wed May 6 16:31:59 2026 +0530 ATLAS-5256: ATLAS UI: Header - Create Button and Dropdown Menu --- dashboard/src/api/apiMethods/entityFormApiMethod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/api/apiMethods/entityFormApiMethod.ts b/dashboard/src/api/apiMethods/entityFormApiMethod.ts index ff2066b16..36d17764e 100644 --- a/dashboard/src/api/apiMethods/entityFormApiMethod.ts +++ b/dashboard/src/api/apiMethods/entityFormApiMethod.ts @@ -20,7 +20,7 @@ import { getEntityUrl, getTypedefUrl, } from "@api/apiUrlLinks/entityFormApiUrl"; -import { _delete, _get } from "./apiMethod"; +import { _get } from "./apiMethod"; import { entitiesApiUrl } from "@api/apiUrlLinks/entitiesApiUrl"; interface importTmplConfigs {
