fix space
This commit is contained in:
parent
141f973d8c
commit
4ceec57d08
1 changed files with 9 additions and 9 deletions
18
config.jsonc
18
config.jsonc
|
@ -245,6 +245,15 @@
|
|||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "space",
|
||||
"title": "Space",
|
||||
"type": ["string"],
|
||||
"columnWidth": 128,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "date",
|
||||
"title": "Date",
|
||||
|
@ -672,15 +681,6 @@
|
|||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "space",
|
||||
"title": "Space",
|
||||
"type": ["string"],
|
||||
"columnWidth": 128,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "date",
|
||||
"title": "Date",
|
||||
|
|
Loading…
Reference in a new issue