@dereekb/dbx-firebase 13.0.0 → 13.0.1

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.
@@ -5889,8 +5889,7 @@ class DbxFirebaseStorageFileDownloadButtonComponent {
5889
5889
  preloadSignal = computed(() => {
5890
5890
  const preload = this.preload();
5891
5891
  const source = this.source();
5892
- const config = this.configSignal();
5893
- return preload ?? source?.preload ?? config.preload ?? false;
5892
+ return preload ?? source?.preload ?? false;
5894
5893
  }, ...(ngDevMode ? [{ debugName: "preloadSignal" }] : []));
5895
5894
  downloadUrlSignal = signal(undefined, ...(ngDevMode ? [{ debugName: "downloadUrlSignal" }] : []));
5896
5895
  downloadMimeTypeSignal = signal(undefined, ...(ngDevMode ? [{ debugName: "downloadMimeTypeSignal" }] : []));