Fix notifications in grid block in client apps

This commit is contained in:
Andrew Kingston 2023-08-24 12:26:46 +01:00
parent 409df71c12
commit 50e3a66f92
1 changed files with 1 additions and 1 deletions

View File

@ -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 => {