1
0
Fork 0
mirror of synced 2024-07-15 03:05:57 +12:00

Fix loading

This commit is contained in:
Adria Navarro 2023-05-08 14:55:43 +02:00
parent d33a06c89c
commit 5e7a8f18e5

View file

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