parent
c53b579fca
commit
5e417f0714
@ -8,7 +8,7 @@
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
import store from "../../store";
|
import store from "../../store";
|
||||||
import ContactsEmptyState from "./ScanStationsEmptyState.svelte";
|
import ScanStationsEmptyState from "./ScanStationsEmptyState.svelte";
|
||||||
$: searchvalue = "";
|
$: searchvalue = "";
|
||||||
$: active_deletes = [];
|
$: active_deletes = [];
|
||||||
export let current_stations = [];
|
export let current_stations = [];
|
||||||
@ -24,7 +24,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{:then}
|
{:then}
|
||||||
{#if current_stations.length === 0}
|
{#if current_stations.length === 0}
|
||||||
<ContactsEmptyState />
|
<ScanStationsEmptyState />
|
||||||
{:else}
|
{:else}
|
||||||
<input
|
<input
|
||||||
type="search"
|
type="search"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user