Remove new (#8994)

This commit is contained in:
Rory Powell 2022-12-09 14:25:11 +00:00 committed by GitHub
parent 3fd0d0e465
commit 779ab325ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -48,7 +48,6 @@
? {
title: "User Groups",
href: "/builder/portal/manage/groups",
badge: "New",
}
: undefined,
{ title: "Auth", href: "/builder/portal/manage/auth" },
@ -56,7 +55,6 @@
{
title: "Plugins",
href: "/builder/portal/manage/plugins",
badge: "New",
},
{
@ -119,14 +117,12 @@
{
title: "Upgrade",
href: $adminStore.accountPortalUrl + "/portal/upgrade",
badge: "New",
},
])
} else if (!$adminStore.cloud && admin) {
menu = menu.concat({
title: "Upgrade",
href: "/builder/portal/settings/upgrade",
badge: "New",
})
}