mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-11 19:05:20 +08:00
修复创建脚本可能失败
This commit is contained in:
@@ -363,11 +363,9 @@ const Setting = () => {
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<AppModal
|
||||
visible={isModalVisible}
|
||||
handleCancel={handleCancel}
|
||||
app={editedApp}
|
||||
/>
|
||||
{isModalVisible && (
|
||||
<AppModal handleCancel={handleCancel} app={editedApp} />
|
||||
)}
|
||||
</PageContainer>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user