Skip to content

Commit 20a145e

Browse files
authored
Fix spelling of 'Permission' in Console Menu (#42)
1 parent a57d3c5 commit 20a145e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export default function BasicLayout({
197197
<SubMenu key="setting" icon={<SettingOutlined />} title="Setting">
198198
{role === 'root' ? (
199199
<Menu.Item key="permission">
200-
<Link to="/setting/permission">Premission</Link>
200+
<Link to="/setting/permission">Permission</Link>
201201
</Menu.Item>
202202
) : null}
203203
{role === 'root' ? (

0 commit comments

Comments
 (0)