todo,todo-backend: add tag field to TodoItems

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-03-11 22:10:47 +01:00
parent 378f77b4f6
commit c07728eec8
10 changed files with 21 additions and 6 deletions
+1
View File
@@ -50,6 +50,7 @@ const mockedApi = {
items: [
{
text: 'Make sure this works',
tag: 'TODO',
author: 'Rugvip',
viewUrl: 'https://github.com/backstage/backstage',
},