diff --git a/front/src/components/library/EditForm.vue b/front/src/components/library/EditForm.vue index c9b017411..02faf117f 100644 --- a/front/src/components/library/EditForm.vue +++ b/front/src/components/library/EditForm.vue @@ -9,6 +9,11 @@ Submit another edit +
@@ -127,6 +132,11 @@ Submit and apply edit Submit suggestion +
@@ -243,6 +253,9 @@ export default { self.isLoading = false } ) + }, + goBack() { + return this.$router.go(-1) } }, watch: {