diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c86d771..6b98e4891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +### Added +- Save button at the bottom of the edit page + [#818](https://github.com/nextcloud/cookbook/pull/818) @christianlupus + ### Fixed - Usage of PAT for deployment action [#815](https://github.com/nextcloud/cookbook/pull/815) @christianlupus diff --git a/src/components/RecipeEdit.vue b/src/components/RecipeEdit.vue index 270c11bac..aece48eb2 100644 --- a/src/components/RecipeEdit.vue +++ b/src/components/RecipeEdit.vue @@ -90,6 +90,18 @@ :show-step-number="true" :reference-popup-enabled="true" /> +