This is an automated email from the ASF dual-hosted git repository.
likyh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new 4984a661 fix(config-ui): misspell for menu (#3844)
4984a661 is described below
commit 4984a66122c09060f43644c5ccb4c7256727ba1f
Author: 青湛 <[email protected]>
AuthorDate: Fri Dec 2 11:50:45 2022 +0800
fix(config-ui): misspell for menu (#3844)
---
config-ui/src/layouts/base/use-menu.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config-ui/src/layouts/base/use-menu.ts
b/config-ui/src/layouts/base/use-menu.ts
index 22d95f85..8ece3035 100644
--- a/config-ui/src/layouts/base/use-menu.ts
+++ b/config-ui/src/layouts/base/use-menu.ts
@@ -66,7 +66,7 @@ export const useMenu = () => {
children: [
{
key: 'create-blueprint',
- title: 'Create Bluepint',
+ title: 'Create Blueprint',
icon: 'git-pull',
path: '/blueprints/create'
}