1
0
Fork 0
mirror of synced 2024-08-17 11:01:26 +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 <Table
schema={userSchema} schema={userSchema}
data={$fetchGroupUsers?.rows} data={$fetchGroupUsers?.rows}
loading={$fetchGroupUsers.loading}
allowEditRows={false} allowEditRows={false}
customPlaceholder customPlaceholder
customRenderers={customUserTableRenderers} customRenderers={customUserTableRenderers}