adjust dashboard templates style

This commit is contained in:
Alex Turchyn
2023-06-28 00:22:34 +03:00
parent 897df83633
commit 9c9c1ad6f0
14 changed files with 166 additions and 150 deletions
+1 -1
View File
@@ -405,7 +405,7 @@ export default {
this.isSaving = true
this.save().then(() => {
window.Turbo.visit(`/templates/${this.template.id}/submissions`)
window.Turbo.visit(`/templates/${this.template.id}`)
}).finally(() => {
this.isSaving = false
})