Fix loading
This commit is contained in:
parent
d33a06c89c
commit
5e7a8f18e5
|
@ -76,6 +76,7 @@
|
||||||
<Table
|
<Table
|
||||||
schema={userSchema}
|
schema={userSchema}
|
||||||
data={$fetchGroupUsers?.rows}
|
data={$fetchGroupUsers?.rows}
|
||||||
|
loading={$fetchGroupUsers.loading}
|
||||||
allowEditRows={false}
|
allowEditRows={false}
|
||||||
customPlaceholder
|
customPlaceholder
|
||||||
customRenderers={customUserTableRenderers}
|
customRenderers={customUserTableRenderers}
|
||||||
|
|
Loading…
Reference in New Issue