Skip to content

Commit

Permalink
no info
Browse files Browse the repository at this point in the history
  • Loading branch information
Wellheor1 committed Nov 10, 2024
1 parent 5b399bb commit 34d0932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2-frontend/src/components/UploadFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
id="tp"
:class="props.showResults ? 'tp-high' : 'tp'"
>
{{ currentFormsInfo }}
{{ currentFormsInfo ? currentFormsInfo : 'Нет дополнительной информации' }}
</div>
</div>
</template>
Expand Down

0 comments on commit 34d0932

Please sign in to comment.