parent
d87b879cc3
commit
ace1a1b063
@ -2,6 +2,7 @@
|
||||
import { _ } from "svelte-i18n";
|
||||
import AddTeamModal from "./AddTeamModal.svelte";
|
||||
let modal_open = false;
|
||||
let current_teams = [];
|
||||
</script>
|
||||
|
||||
<div class="text-center items-center justify-center">
|
||||
@ -11,4 +12,4 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<AddTeamModal bind:modal_open />
|
||||
<AddTeamModal bind:modal_open bind:current_teams />
|
||||
|
Loading…
x
Reference in New Issue
Block a user