Skip to content

Commit

Permalink
Merge branch 'master' of github.com:umijs/sula
Browse files Browse the repository at this point in the history
  • Loading branch information
xz8la8 committed Mar 22, 2021
2 parents 3d72fcb + 90dfc9c commit 2fa5a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sula/src/render-plugin/link/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Button } from 'antd';
import { ButtonProps } from 'antd/lib/button';
import assign from 'lodash/assign';

export interface LinkProps extends ButtonProps{
export interface LinkProps extends Omit<ButtonProps, 'type'>{
}

export default class Link extends React.Component<LinkProps> {
Expand Down

0 comments on commit 2fa5a3b

Please sign in to comment.