Commit be4e286b authored by Anastasia McDonald's avatar Anastasia McDonald Committed by Denys Mishunov

Update vue file for snippet_description_field

Also removed required as it is an optional field
parent 5606446c
...@@ -5,8 +5,8 @@ module QA ...@@ -5,8 +5,8 @@ module QA
module Dashboard module Dashboard
module Snippet module Snippet
class Show < Page::Base class Show < Page::Base
view 'app/assets/javascripts/snippets/components/snippet_description_edit.vue' do view 'app/assets/javascripts/snippets/components/snippet_description_view.vue' do
element :snippet_description_field, required: true element :snippet_description_field
end end
view 'app/views/shared/snippets/_header.html.haml' do view 'app/views/shared/snippets/_header.html.haml' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment