Search command is now built into findbar

This commit is contained in:
Cássio Zen
2016-07-07 16:56:12 -03:00
parent 3b316f1034
commit 26a51807f6
3 changed files with 83 additions and 34 deletions

View File

@ -10,10 +10,7 @@ const commands = [
{ pattern: 'Create new FAQ item(:faqName as FAQ item name)' },
{ pattern: 'Add news item(:headline)' },
{ pattern: 'Add new User(:userName as User name)' },
{ pattern: 'Search(:searchTerm as what?)' },
{ pattern: 'Go to Settings' },
{ pattern: 'Find(:seachTerm as what?)' },
{ pattern: '(:searchTerm as Find...)', token:'Find' }
];
storiesOf('FindBar', module)