fix: add doc modal issue

This commit is contained in:
Timothy J. Baek 2024-03-06 18:39:33 -08:00
parent 53adc6a0ca
commit 0476c5f30b

View file

@ -138,7 +138,9 @@
<button
class="w-full text-sm font-medium py-3 bg-gray-850 hover:bg-gray-800 text-center rounded-xl"
type="button"
on:click={uploadDocInputElement.click}
on:click={() => {
uploadDocInputElement.click();
}}
>
{#if inputFiles}
{inputFiles.length > 0 ? `${inputFiles.length}` : ''} document(s) selected.