Commit cb8fbdcd by Иван Кубота

fix initial store data

parent c23c38be
Pipeline #514 canceled with stage
...@@ -7,7 +7,9 @@ const store = new Store({ ...@@ -7,7 +7,9 @@ const store = new Store({
componentFilterText: '', componentFilterText: '',
'productFilterByTitle': true, 'productFilterByTitle': true,
'productFilterByComponent': true, 'productFilterByComponent': true,
'productFilterByTag': true 'productFilterByTag': true,
'generateType': 'radio',
'generatePhoto': false
}); });
......
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