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
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.