@@ -1,7 +1,7 @@
|
||||
<script>
|
||||
import { _ } from "svelte-i18n";
|
||||
import store from "../../store";
|
||||
// import AddCardModal from "./AddCardModal.svelte";
|
||||
import AddCardModal from "./AddCardModal.svelte";
|
||||
import CardsOverview from "./CardsOverview.svelte";
|
||||
$: current_cards = [];
|
||||
export let modal_open = false;
|
||||
@@ -25,5 +25,5 @@
|
||||
</section>
|
||||
|
||||
{#if store.state.jwtinfo.userdetails.permissions.includes('CARD:CREATE')}
|
||||
<!-- <AddCardModal bind:current_cards bind:modal_open /> -->
|
||||
<AddCardModal bind:current_cards bind:modal_open />
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user