From aff3ebe217c3214ca6ef2ce2664050c714a66db9 Mon Sep 17 00:00:00 2001 From: Maksim Chervonnyi Date: Thu, 4 Jul 2024 12:16:48 +0200 Subject: [PATCH] Rename "Admin settings" to "Admin" (#4045) --- catalog/app/containers/NavBar/NavMenu.tsx | 5 +---- docs/CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/catalog/app/containers/NavBar/NavMenu.tsx b/catalog/app/containers/NavBar/NavMenu.tsx index b4b29e492cb..c7b4cc84f27 100644 --- a/catalog/app/containers/NavBar/NavMenu.tsx +++ b/catalog/app/containers/NavBar/NavMenu.tsx @@ -286,10 +286,7 @@ function useGetAuthItems() { if (user.isAdmin) { items.push( - ItemDescriptor.To( - urls.admin(), - , - ), + ItemDescriptor.To(urls.admin(), ), ) } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5c7f9674df3..711225fffd5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -22,6 +22,7 @@ Entries inside each section should be ordered by type: ## Catalog, Lambdas * [Fixed] **SECURITY**: Remove `polyfill.io` references ([#4038](https://github.com/quiltdata/quilt/pull/4038)) +* [Changed] Renamed "Admin settings" to "Admin" ([#4045](https://github.com/quiltdata/quilt/pull/4045)) # 6.0.0a5 - 2024-06-25 ## Python API