mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
Board: Remove stale left panel items (#1574)
Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
parent
fec4d180ed
commit
45108b4657
@ -143,29 +143,6 @@ export function createModel (builder: Builder): void {
|
||||
icon: board.icon.Board,
|
||||
hidden: false,
|
||||
navigatorModel: {
|
||||
specials: [
|
||||
{
|
||||
id: 'boards',
|
||||
label: board.string.Boards,
|
||||
icon: board.icon.Board,
|
||||
component: board.component.Boards,
|
||||
position: 'top'
|
||||
},
|
||||
{
|
||||
id: 'members',
|
||||
label: board.string.Members,
|
||||
icon: board.icon.Board,
|
||||
component: board.component.Members,
|
||||
position: 'top'
|
||||
},
|
||||
{
|
||||
id: 'settings',
|
||||
label: board.string.Settings,
|
||||
icon: board.icon.Board,
|
||||
component: board.component.Settings,
|
||||
position: 'top'
|
||||
}
|
||||
],
|
||||
spaces: [
|
||||
{
|
||||
label: board.string.MyBoards,
|
||||
|
@ -122,10 +122,7 @@ export default mergeIds(boardId, board, {
|
||||
SearchArchive: '' as IntlString
|
||||
},
|
||||
component: {
|
||||
Boards: '' as AnyComponent,
|
||||
EditCard: '' as AnyComponent,
|
||||
Members: '' as AnyComponent,
|
||||
Settings: '' as AnyComponent,
|
||||
BoardHeader: '' as AnyComponent
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user