0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

fix(console): remove row hover effects from organization inline tables (#4941)

This commit is contained in:
Charles Zhao 2023-11-22 14:38:00 +08:00 committed by GitHub
parent 367673b25c
commit 0e334ecdb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -54,6 +54,7 @@ function Members({ organization }: Props) {
return (
<>
<Table
isRowHoverEffectDisabled
placeholder={<EmptyDataPlaceholder />}
pagination={{
page,

View file

@ -69,6 +69,7 @@ function TemplateTable<
{!noData && (
<Table
hasBorder
isRowHoverEffectDisabled
isLoading={isLoading}
rowGroups={[
{