From 35450c747d7497642119afb5db3bbbeec63c9214 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 17 十月 2021 12:03:23 +0800 Subject: [PATCH] 2021-10-17 --- src/templates/zshare/unattended/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/zshare/unattended/index.jsx b/src/templates/zshare/unattended/index.jsx index 48b6c50..1ed4f34 100644 --- a/src/templates/zshare/unattended/index.jsx +++ b/src/templates/zshare/unattended/index.jsx @@ -35,7 +35,7 @@ this.setState({ actions, - autoMatic: config.autoMatic || {enable: 'false', onFail: 'stop', action: ''}, + autoMatic: config.autoMatic || {enable: 'false', onFail: 'stop', onSuccess: 'stay', action: ''}, visible: true }) } -- Gitblit v1.8.0