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:
parent
367673b25c
commit
0e334ecdb1
2 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,7 @@ function Members({ organization }: Props) {
|
|||
return (
|
||||
<>
|
||||
<Table
|
||||
isRowHoverEffectDisabled
|
||||
placeholder={<EmptyDataPlaceholder />}
|
||||
pagination={{
|
||||
page,
|
||||
|
|
|
@ -69,6 +69,7 @@ function TemplateTable<
|
|||
{!noData && (
|
||||
<Table
|
||||
hasBorder
|
||||
isRowHoverEffectDisabled
|
||||
isLoading={isLoading}
|
||||
rowGroups={[
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue