Compare commits

...

2 Commits

Author SHA1 Message Date
8f33640bec
Reactivated generate cards modal 2023-04-12 21:20:56 +02:00
f89023e24a
Always load bulk created cards 2023-04-12 21:17:53 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
text: $_("creating-blanco-cards"),
duration: -1,
}).showToast();
RunnerCardService.runnerCardControllerPostBlancoBulk(card_count, false)
RunnerCardService.runnerCardControllerPostBlancoBulk(card_count, true)
.then((result) => {
bulk_modal_open = false;
//

View File

@ -248,7 +248,7 @@
</svg>
</button>
{/if}
<GenerateRunnerCards bind:cards_show bind:generate_cards />
<GenerateRunnerCards cards_show={selected.length>0} bind:generate_cards={selectedCards} />
</div>
<div class="overflow-x-auto">
<table class="w-full">