diff --git a/src/pages/lionerUserActionLog/UserActionLogSearchForm.js b/src/pages/lionerUserActionLog/UserActionLogSearchForm.js index 063d033..9bbd43b 100644 --- a/src/pages/lionerUserActionLog/UserActionLogSearchForm.js +++ b/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'), } diff --git a/src/pages/lionerUserActionLog/index.js b/src/pages/lionerUserActionLog/index.js index 07e234a..c279398 100644 --- a/src/pages/lionerUserActionLog/index.js +++ b/src/pages/lionerUserActionLog/index.js @@ -65,7 +65,7 @@ const UserActionLogSearchPanel = () => { - Login Log + Action Log