Compare commits
No commits in common. "8f33640bec8f79987b1319fb0765535fe493d496" and "f5d14f2e1810462cba99b2482320746f0750d4a1" have entirely different histories.
8f33640bec
...
f5d14f2e18
@ -36,7 +36,7 @@
|
||||
text: $_("creating-blanco-cards"),
|
||||
duration: -1,
|
||||
}).showToast();
|
||||
RunnerCardService.runnerCardControllerPostBlancoBulk(card_count, true)
|
||||
RunnerCardService.runnerCardControllerPostBlancoBulk(card_count, false)
|
||||
.then((result) => {
|
||||
bulk_modal_open = false;
|
||||
//
|
||||
|
@ -248,7 +248,7 @@
|
||||
</svg>
|
||||
</button>
|
||||
{/if}
|
||||
<GenerateRunnerCards cards_show={selected.length>0} bind:generate_cards={selectedCards} />
|
||||
<GenerateRunnerCards bind:cards_show bind:generate_cards />
|
||||
</div>
|
||||
<div class="overflow-x-auto">
|
||||
<table class="w-full">
|
||||
|
Loading…
x
Reference in New Issue
Block a user