Skip to content

Commit

Permalink
Fix zIndex types, ref ant-design#7624
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 15, 2017
1 parent 11a6cd5 commit ea2c113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export interface ModalFuncProps {
cancelText?: string;
iconType?: string;
maskClosable?: boolean;
zIndex?: boolean;
zIndex?: number;
}
export type ModalFunc = (props: ModalFuncProps) => {
destroy: () => void,
Expand Down

0 comments on commit ea2c113

Please sign in to comment.