[email protected] преди 2 месеца
родител
ревизия
08a382863f
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +1
    -1
      src/pages/lionerUserActionLog/UserActionLogSearchForm.js
  2. +1
    -1
      src/pages/lionerUserActionLog/index.js

+ 1
- 1
src/pages/lionerUserActionLog/UserActionLogSearchForm.js Целия файл

@@ -43,7 +43,7 @@ const UserActionLogSearchForm = ({applySearch}) => {
const onSubmit = (data) => {
const temp = {
username: data.username,
ipAddr: data.ipAddr,
actionDesc: data.actionDesc,
fromDate: fromDate === null ? null : dayjs(fromDate).format('YYYY-MM-DD'),
toDate: toDate === null ? null : dayjs(toDate).format('YYYY-MM-DD'),
}


+ 1
- 1
src/pages/lionerUserActionLog/index.js Целия файл

@@ -65,7 +65,7 @@ const UserActionLogSearchPanel = () => {
<Grid container justifyContent="flex-start" alignItems="center">
<Grid item xs={3} sx={{mb: -2.25}} >
<Box sx={{ display: 'flex', alignItems: 'center'}}>
<Typography align="center" variant="h4" >Login Log</Typography>
<Typography align="center" variant="h4" >Action Log</Typography>
</Box>
</Grid>
</Grid>


Зареждане…
Отказ
Запис