Fix notifications in grid block in client apps
This commit is contained in:
parent
409df71c12
commit
50e3a66f92
|
@ -20,7 +20,6 @@ import * as ViewV2 from "./viewV2"
|
|||
import * as Datasource from "./datasource"
|
||||
|
||||
const DependencyOrderedStores = [
|
||||
Notifications,
|
||||
Sort,
|
||||
Filter,
|
||||
Bounds,
|
||||
|
@ -40,6 +39,7 @@ const DependencyOrderedStores = [
|
|||
Pagination,
|
||||
Clipboard,
|
||||
Config,
|
||||
Notifications,
|
||||
]
|
||||
|
||||
export const attachStores = context => {
|
||||
|
|
Loading…
Reference in New Issue