mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-31 19:15:17 +02:00
minor change
This commit is contained in:
parent
24b0ac7144
commit
86d39a8616
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ export function ComposeBoxPlayground({
|
|||
setPendingImage({ url: imageUrl, previewSrc, mimeType: file.type, description: null });
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
} catch (err: any) {
|
||||
// On local, S3 may be unconfigured. Fallback to legacy temp upload endpoint.
|
||||
if (err?.name === 'AbortError') throw err;
|
||||
usedFallback = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue