@humandialog/forms.svelte 0.4.39 → 0.4.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/tenant.members.svelte +4 -4
package/package.json
CHANGED
package/tenant.members.svelte
CHANGED
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
})
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
fake_users = [];
|
|
74
|
-
add_fake_users(fake_users);
|
|
73
|
+
//fake_users = [];
|
|
74
|
+
//add_fake_users(fake_users);
|
|
75
75
|
|
|
76
76
|
await fetch_details();
|
|
77
77
|
|
|
@@ -429,8 +429,8 @@
|
|
|
429
429
|
clears_context='props sel'>
|
|
430
430
|
<a href="/" class="underline text-sm font-semibold ml-3"> < Back to root</a>
|
|
431
431
|
|
|
432
|
-
{#if
|
|
433
|
-
<List objects={
|
|
432
|
+
{#if reef_users && reef_users.length > 0}
|
|
433
|
+
<List objects={reef_users}
|
|
434
434
|
title='Members'
|
|
435
435
|
toolbar_operations={user_operations}
|
|
436
436
|
context_menu={user_context_menu}
|