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 (
|
return (
|
||||||
<>
|
<>
|
||||||
<Table
|
<Table
|
||||||
|
isRowHoverEffectDisabled
|
||||||
placeholder={<EmptyDataPlaceholder />}
|
placeholder={<EmptyDataPlaceholder />}
|
||||||
pagination={{
|
pagination={{
|
||||||
page,
|
page,
|
||||||
|
|
|
@ -69,6 +69,7 @@ function TemplateTable<
|
||||||
{!noData && (
|
{!noData && (
|
||||||
<Table
|
<Table
|
||||||
hasBorder
|
hasBorder
|
||||||
|
isRowHoverEffectDisabled
|
||||||
isLoading={isLoading}
|
isLoading={isLoading}
|
||||||
rowGroups={[
|
rowGroups={[
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue