Skip to content

Commit

Permalink
fix: remove footer display option from LoginHistory component (#4411)
Browse files Browse the repository at this point in the history
Signed-off-by: donniean <[email protected]>
  • Loading branch information
donniean authored Jan 6, 2025
1 parent f0384db commit 268f366
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 268f366

Please sign in to comment.