Fix openCamera, openCropped, lightbox model, and image model usages (#1908)

This commit is contained in:
Eric Bailey 2023-11-14 19:46:46 -06:00 committed by GitHub
parent 7d5e01f433
commit ab1ce078ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 34 deletions

View file

@ -120,9 +120,7 @@ export function useExternalLinkFetch({
setExtLink({
...extLink,
isLoading: false, // done
localThumb: localThumb
? new ImageModel(store, localThumb)
: undefined,
localThumb: localThumb ? new ImageModel(localThumb) : undefined,
})
})
return cleanup