@toolbox-web/grid-angular 0.13.1 → 0.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2261,7 +2261,7 @@ function injectGrid() {
2261
2261
  // Wait for grid to be ready
2262
2262
  gridElement.ready?.().then(async () => {
2263
2263
  isReady.set(true);
2264
- const effectiveConfig = gridElement.getConfig?.();
2264
+ const effectiveConfig = await gridElement.getConfig?.();
2265
2265
  if (effectiveConfig) {
2266
2266
  config.set(effectiveConfig);
2267
2267
  }