mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 17:04:48 +00:00
Merge branch 'main' into refactor/remove-lodash
This commit is contained in:
commit
5bdc77474c
@ -126,7 +126,7 @@ limitations under the License. -->
|
||||
opt.auto = Number(f.value) * 60 * 60 * 1000;
|
||||
}
|
||||
if (f.step === TimeType.DAY_TIME) {
|
||||
opt.auto = Number(f.value) * 60 * 60 * 60 * 1000;
|
||||
opt.auto = Number(f.value) * 24 * 60 * 60 * 1000;
|
||||
}
|
||||
}
|
||||
const config = JSON.stringify(opt);
|
||||
|
Loading…
Reference in New Issue
Block a user