Fix loading

This commit is contained in:
Adria Navarro 2023-05-08 14:55:43 +02:00
parent d33a06c89c
commit 5e7a8f18e5
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@
<Table
schema={userSchema}
data={$fetchGroupUsers?.rows}
loading={$fetchGroupUsers.loading}
allowEditRows={false}
customPlaceholder
customRenderers={customUserTableRenderers}