Compare commits
2 Commits
c0534a3b06
...
f086027910
Author | SHA1 | Date | |
---|---|---|---|
f086027910 | |||
543b3bd937 |
@ -7,7 +7,7 @@
|
||||
current_contacts = result;
|
||||
}
|
||||
);
|
||||
import store from "../store";
|
||||
import store from "../../store";
|
||||
import ContactsEmptyState from "./ContactsEmptyState.svelte";
|
||||
$: searchvalue = "";
|
||||
$: active_deletes = [];
|
||||
|
@ -3,7 +3,7 @@
|
||||
import Toastify from "toastify-js";
|
||||
import { RunnerTeamService } from "@odit/lfk-client-js";
|
||||
const teams_promise = RunnerTeamService.runnerTeamControllerGetAll();
|
||||
import { users as usersstore, store } from "../../store.js";
|
||||
import store, { users as usersstore } from "../../store.js";
|
||||
import TeamsEmptyState from "./TeamsEmptyState.svelte";
|
||||
import ConfirmTeamDeletion from "./ConfirmTeamDeletion.svelte";
|
||||
$: searchvalue = "";
|
||||
|
@ -2,7 +2,7 @@
|
||||
import { _ } from "svelte-i18n";
|
||||
import { UserService } from "@odit/lfk-client-js";
|
||||
const users_promise = UserService.userControllerGetAll();
|
||||
import { users as usersstore, store } from "../../store.js";
|
||||
import store, { users as usersstore } from "../../store.js";
|
||||
import UsersEmptyState from "./UsersEmptyState.svelte";
|
||||
$: searchvalue = "";
|
||||
$: active_deletes = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user