fix: ImportRunnerModal scrolling & team select

This commit is contained in:
2025-04-02 13:35:08 +02:00
parent 3c9b404234
commit 766eeab49f
3 changed files with 382 additions and 396 deletions

View File

@@ -180,6 +180,7 @@
import store from "../../store";
import AddRunnerModal from "./AddRunnerModal.svelte";
import ImportRunnerModal from "./ImportRunnerModal.svelte";
import toast from "svelte-french-toast";
$: current_runners = [];
export let modal_open = false;
export let import_modal_open = false;