Skip to content

Commit

Permalink
[master] fix: remove footer display option from LoginHistory component (
Browse files Browse the repository at this point in the history
#4412)

fix: remove footer display option from LoginHistory component

Signed-off-by: donniean <donniean1@gmail.com>
Co-authored-by: donniean <donniean1@gmail.com>
  • Loading branch information
ks-ci-bot and donniean authored Jan 6, 2025
1 parent ab34638 commit 231e913
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export default function LoginHistory() {
columns={columns}
format={data => formatUserLoginRecord(data as OriginalUserLoginRecord)}
showToolbar={false}
showFooter="only-multi-page"
serverDataFormat={formatServerData}
header={<Header>{t('LOGIN_HISTORY')}</Header>}
/>
Expand Down

0 comments on commit 231e913

Please sign in to comment.