mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add label for no-category
This commit is contained in:
parent
adb253d698
commit
874e8738bd
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ export const categoryTemplate = {
|
||||||
export const categories = {
|
export const categories = {
|
||||||
|
|
||||||
'no-category': {
|
'no-category': {
|
||||||
id: 0
|
id: 0,
|
||||||
|
label: ''
|
||||||
},
|
},
|
||||||
|
|
||||||
// App lists
|
// App lists
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue