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"
|
import * as Datasource from "./datasource"
|
||||||
|
|
||||||
const DependencyOrderedStores = [
|
const DependencyOrderedStores = [
|
||||||
Notifications,
|
|
||||||
Sort,
|
Sort,
|
||||||
Filter,
|
Filter,
|
||||||
Bounds,
|
Bounds,
|
||||||
|
@ -40,6 +39,7 @@ const DependencyOrderedStores = [
|
||||||
Pagination,
|
Pagination,
|
||||||
Clipboard,
|
Clipboard,
|
||||||
Config,
|
Config,
|
||||||
|
Notifications,
|
||||||
]
|
]
|
||||||
|
|
||||||
export const attachStores = context => {
|
export const attachStores = context => {
|
||||||
|
|
Loading…
Reference in New Issue