Added eslint
This commit is contained in:
@ -103,7 +103,7 @@ const ReportForm = () => {
|
||||
created_at: getCreatedDate(startDate),
|
||||
status: 1,
|
||||
},
|
||||
}).then((res) => {
|
||||
}).then(() => {
|
||||
setReportSuccess("Отчет отправлен");
|
||||
setTimeout(() => {
|
||||
setReportSuccess("");
|
||||
|
Reference in New Issue
Block a user