fix: 角色右上角关闭未清空数据问题修复(Closes #I6483U)

Former-commit-id: 545a34deddb7b632ca5a87efc036f7d19aef5b01
This commit is contained in:
haoxr
2022-12-03 10:57:10 +08:00
parent aee7a3fd9b
commit baae5ca613
3 changed files with 22 additions and 22 deletions

2
types/index.d.ts vendored
View File

@@ -1,5 +1,5 @@
declare type DialogType = {
title: string;
title?: string;
visible: boolean;
};