fix start form

This commit is contained in:
Alex Turchyn
2023-06-14 02:08:26 +03:00
parent b6bb10b45c
commit 992706144b
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ module.exports = {
'./app/javascript/submission_form/**/*.vue',
'./app/views/submit_form/**/*.erb',
'./app/views/start_form/**/*.erb',
'./app/views/shared/_button_title.html.erb',
'./app/views/send_submission_copy/**/*.erb'
]
}