- Small fix in interaction view, as it still refered to file_name

This commit is contained in:
Josako
2024-10-11 18:14:35 +02:00
parent 9f5f090f0c
commit 0f4558d775
3 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@
{% if embedding.url %}
<a href="{{ embedding.url }}" target="_blank">{{ embedding.url }}</a>
{% else %}
{{ embedding.file_name }}
{{ embedding.object_name }}
{% endif %}
</li>
{% endfor %}