Compare commits

..

No commits in common. "8f33640bec8f79987b1319fb0765535fe493d496" and "f5d14f2e1810462cba99b2482320746f0750d4a1" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

View File

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