Scan station management feature/93-scan_stations #95

Merged
niggl merged 33 commits from feature/93-scan_stations into dev 2021-03-15 15:55:30 +00:00
Showing only changes of commit 5e417f0714 - Show all commits

View File

@ -8,7 +8,7 @@
}
);
import store from "../../store";
import ContactsEmptyState from "./ScanStationsEmptyState.svelte";
import ScanStationsEmptyState from "./ScanStationsEmptyState.svelte";
$: searchvalue = "";
$: active_deletes = [];
export let current_stations = [];
@ -24,7 +24,7 @@
</div>
{:then}
{#if current_stations.length === 0}
<ContactsEmptyState />
<ScanStationsEmptyState />
{:else}
<input
type="search"