mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复退出调试自动删除调试日志目录
This commit is contained in:
@@ -88,7 +88,7 @@ const NotificationSetting = ({ data }: any) => {
|
||||
) : (
|
||||
<Input.TextArea
|
||||
disabled={loading}
|
||||
autoSize={true}
|
||||
autoSize={{ minRows: 1, maxRows: 5 }}
|
||||
placeholder={x.placeholder || `请输入${x.label}`}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user