This commit is contained in:
Adria Navarro 2024-12-20 14:49:59 +01:00
parent b0ef785e7a
commit b45b409041
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ export const initialise = (context: StoreContext) => {
// Keep a list of subscriptions so that we can clear them when the datasource
// config changes
let unsubscribers = []
let unsubscribers: any[] = []
// Observe datasource changes and apply logic for view V2 datasources
datasource.subscribe($datasource => {