rename: ThFilterGroup -> ThFilterStatus

ref #147
This commit is contained in:
Philipp Dormann 2023-02-19 15:14:09 +01:00
parent f0a2b2859f
commit 2a6a39916a
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
import CardsEmptyState from "./CardsEmptyState.svelte";
import CardDetailModal from "./CardDetailModal.svelte";
import GenerateRunnerCards from "../pdf_generation/GenerateRunnerCards.svelte";
import ThFilterGroup from "./ThFilterGroup.svelte";
import ThFilterStatus from "./ThFilterStatus.svelte";
export let edit_modal_open = false;
export let runner = {};
export let editable = {};
@ -100,7 +100,7 @@
<th />
<ThFilter {handler} filterBy="code" />
<ThFilter {handler} filterBy="runner" />
<ThFilterGroup {handler} />
<ThFilterStatus {handler} />
<th />
</tr>
</thead>