Merge branch 'dev' into feat/add-i18n

This commit is contained in:
Ased Mammad 2024-03-07 15:41:42 +03:30 committed by GitHub
commit 7031aa14e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 849 additions and 569 deletions

View file

@ -140,7 +140,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.