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