todo,todo-backend: add tag field to TodoItems
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -50,6 +50,7 @@ const mockedApi = {
|
||||
items: [
|
||||
{
|
||||
text: 'Make sure this works',
|
||||
tag: 'TODO',
|
||||
author: 'Rugvip',
|
||||
viewUrl: 'https://github.com/backstage/backstage',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user