Skip to content

Commit 63cf4a2

Browse files
author
Robb Satterwhite
committed
Set default new name for copied list
1 parent 69a1359 commit 63cf4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AllCats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const AllCats = () => {
5454
</div>
5555
<div className='headingIcons'>
5656
{ showAddIcon &&
57-
<IconButton config={ { title:'add a new category', caption:'add category',
57+
<IconButton config={ { title:'add a new category', caption:'add a category',
5858
iconType:'add', callProc:setupAdd, width:'wide' } } />
5959
}
6060
</div>

0 commit comments

Comments
 (0)