Skip to content

Commit

Permalink
feat: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
fengxiaotx committed Dec 14, 2024
1 parent bf4c968 commit 0be8fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form-designer-react/src/store.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export namespace GlobalStore {
}

export function getIcon(iconName?: string) {
return iconName ?? DESIGNER_ICONS_STORE[iconName];
return iconName?DESIGNER_ICONS_STORE[iconName]:null;
}

//endregion
Expand Down

0 comments on commit 0be8fa8

Please sign in to comment.