mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 17:57:09 +00:00
Fix view of #942
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
|
||||
{# NOTES #}
|
||||
{% if optionalFields.notes or journal.notes %}
|
||||
{{ ExpandedForm.textarea('notes', journal.notes) }}
|
||||
{{ ExpandedForm.textarea('notes',preFilled.notes) }}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user