Skip to content

Commit

Permalink
build: upgrade msw to 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
d3george committed Apr 23, 2024
1 parent b6c7a39 commit 2f5485f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/management/system/permission/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function PermissionPage() {
title: 'Icon',
dataIndex: 'icon',
width: 60,
render: (icon) => {
render: (icon: string) => {
if (isNil(icon)) return '';
if (icon.startsWith('ic')) {
return <SvgIcon icon={icon} size={18} className="ant-menu-item-icon" />;
Expand Down

0 comments on commit 2f5485f

Please sign in to comment.