mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03:00
UBERF-5023: make flat view default (#4409)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
parent
581cb3505a
commit
2c207fd13d
@ -45,10 +45,10 @@ export function defineViewlets (builder: Builder): void {
|
||||
core.space.Model,
|
||||
{
|
||||
attachTo: notification.class.DocNotifyContext,
|
||||
descriptor: notification.viewlet.GroupedList,
|
||||
descriptor: notification.viewlet.FlatList,
|
||||
config: []
|
||||
},
|
||||
notification.viewlet.InboxGroupedList
|
||||
notification.viewlet.InboxFlatList
|
||||
)
|
||||
|
||||
builder.createDoc(
|
||||
@ -56,9 +56,9 @@ export function defineViewlets (builder: Builder): void {
|
||||
core.space.Model,
|
||||
{
|
||||
attachTo: notification.class.DocNotifyContext,
|
||||
descriptor: notification.viewlet.FlatList,
|
||||
descriptor: notification.viewlet.GroupedList,
|
||||
config: []
|
||||
},
|
||||
notification.viewlet.InboxFlatList
|
||||
notification.viewlet.InboxGroupedList
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user