mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
fixing create item styling escaping
This commit is contained in:
@@ -24,6 +24,7 @@ export const canvasFileRouter = router({
|
||||
|
||||
if (!success) {
|
||||
console.log("could not download file, returning sourceUrl", sourceUrl);
|
||||
// make a toast or some other way of notifying the user
|
||||
return sourceUrl;
|
||||
}
|
||||
console.log("local temp file", localFile);
|
||||
|
||||
Reference in New Issue
Block a user