mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
fix tslint
This commit is contained in:
parent
10e1b8b269
commit
36293e2ccb
@ -70,7 +70,6 @@ export default function confirm(config) {
|
||||
(props.okCancel ? runtimeLocale.okText : runtimeLocale.justOkText);
|
||||
props.cancelText = props.cancelText || runtimeLocale.cancelText;
|
||||
|
||||
let d;
|
||||
function close() {
|
||||
const unmountResult = ReactDOM.unmountComponentAtNode(div);
|
||||
if (unmountResult) {
|
||||
|
Loading…
Reference in New Issue
Block a user