mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
add missing trailing comma
This commit is contained in:
parent
ee176347ac
commit
8f1dd9ccda
@ -84,7 +84,7 @@ export default class Modal extends React.Component<ModalProps, any> {
|
|||||||
maskTransitionName: 'fade',
|
maskTransitionName: 'fade',
|
||||||
confirmLoading: false,
|
confirmLoading: false,
|
||||||
visible: false,
|
visible: false,
|
||||||
okType: 'primary'
|
okType: 'primary',
|
||||||
};
|
};
|
||||||
|
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
|
@ -21,7 +21,7 @@ abstract class Popconfirm extends React.Component<PopconfirmProps, any> {
|
|||||||
transitionName: 'zoom-big',
|
transitionName: 'zoom-big',
|
||||||
placement: 'top',
|
placement: 'top',
|
||||||
trigger: 'click',
|
trigger: 'click',
|
||||||
okType: 'primary'
|
okType: 'primary',
|
||||||
};
|
};
|
||||||
|
|
||||||
refs: {
|
refs: {
|
||||||
|
Loading…
Reference in New Issue
Block a user