diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e4327947..e49277e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### Added - Toast with success/error message after trying to copy ingredients [#2040](https://github.com/nextcloud/cookbook/pull/2040) @seyfeb - Seconds can now be specified for recipe times [#2014](https://github.com/nextcloud/cookbook/pull/2014) @seyfeb +- Added support for citation field [#2023](https://github.com/nextcloud/cookbook/pull/2023) @seyfeb ### Fixed - Prevent yield calculation for ## as ingredient headline [#1998](https://github.com/nextcloud/cookbook/pull/1998) @j0hannesr0th diff --git a/src/components/FormComponents/EditInputField.vue b/src/components/FormComponents/EditInputField.vue index 28afd5ce5..c35aaff2d 100644 --- a/src/components/FormComponents/EditInputField.vue +++ b/src/components/FormComponents/EditInputField.vue @@ -1,6 +1,6 @@