Skip to content

Commit

Permalink
fix: createIcon props
Browse files Browse the repository at this point in the history
  • Loading branch information
林榕洲 committed Nov 9, 2023
1 parent b3b2a03 commit 48c7232
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function createAction(content: ReactNode | ComponentType<any> | IPublicTypeActio
});
}}
>
{icon && createIcon(icon)}
{icon && createIcon(icon, { key, node })}
<Tip>{title}</Tip>
</div>
);
Expand Down

0 comments on commit 48c7232

Please sign in to comment.