This commit is contained in:
mgabdev
2020-02-20 19:57:29 -05:00
parent e37500c0cf
commit bebc39f150
61 changed files with 1181 additions and 802 deletions

View File

@@ -22,11 +22,11 @@ export default class ListsPage extends PureComponent {
title='Lists'
actions={[
{
icon: 'subtract',
icon: 'list-delete',
onClick: this.handleClickEditLists
},
{
icon: 'add',
icon: 'list-add',
onClick: this.handleClickNewList
},
]}