fix(projects): menu fixedIndexInTab default null
This commit is contained in:
@ -105,7 +105,7 @@ function createDefaultModel(): Model {
|
||||
keepAlive: false,
|
||||
href: '',
|
||||
multiTab: false,
|
||||
fixedIndexInTab: 0,
|
||||
fixedIndexInTab: null,
|
||||
roles: [],
|
||||
buttons: [],
|
||||
query: {}
|
||||
|
||||
Reference in New Issue
Block a user