fixed issue of Notification in Web UI

pull/121/head
13621160019@163.com 2022-02-09 10:44:33 +08:00
parent 444e226378
commit 79c76e3419
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import { APIBaseURL } from '../../../config';
const Notification = ({ setRedirect, setRedirectUrl, t }) => {
let current_moment = moment();
const [startDatetime, setStartDatetime] = useState(current_moment.clone().subtract(1, 'months'));
const [startDatetime, setStartDatetime] = useState(current_moment.clone().subtract(6, 'months'));
const [endDatetime, setEndDatetime] = useState(current_moment);
const [fetchSuccess, setFetchSuccess] = useState(false);