Skip to content

Commit

Permalink
fix: show icon config in element permission
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Jul 14, 2024
1 parent 6f43f3c commit d0b203f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/sys/menu/menu.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ export const formSchema: FormSchema[] = [
component: 'IconPicker',
required: true,
colProps: { lg: 11, md: 11, sm: 11, offset: 2 },
ifShow: ({ values }) => !isElement(values.menuType),
},
{
field: 'serviceName',
Expand Down

0 comments on commit d0b203f

Please sign in to comment.