diff --git a/src/components/UserDetailOne.svelte b/src/components/UserDetailOne.svelte index e4d31aa6..575e43f9 100644 --- a/src/components/UserDetailOne.svelte +++ b/src/components/UserDetailOne.svelte @@ -8,6 +8,7 @@ import "gridjs/dist/theme/mermaid.css"; import { tracks as tracksstore } from "../store.js"; import UsersEmptyState from "./UsersEmptyState.svelte"; + import PromiseError from "./PromiseError.svelte"; $: userscache = []; $: blocked = []; let table; @@ -49,29 +50,37 @@ class="ml-5 bg-white py-2 px-3 border border-gray-300 rounded-md shadow-sm text-sm leading-4 font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">Change -
-
- -
-
- -

set the user active/ inactive

-
-
- - -
+
+ + +

set the user active/ inactive

+
+
+ + +
+
+ +
{:catch error} + {/await}