Skip to content

Commit

Permalink
fix: createIcon props (#2629)
Browse files Browse the repository at this point in the history
* fix: createIcon props

* fix: createIcon props
  • Loading branch information
Super-Rz authored and JackLian committed Nov 16, 2023
1 parent 6a0d1e2 commit 5d12b00
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: node.internalToShellNode() })}
<Tip>{title}</Tip>
</div>
);
Expand Down

0 comments on commit 5d12b00

Please sign in to comment.