bump kittycad lib (#1907)

This commit is contained in:
Kurt Hutten
2024-03-26 21:27:50 +11:00
committed by GitHub
parent 3688c8a05e
commit 39566174e7
4 changed files with 5 additions and 9 deletions

View File

@ -242,7 +242,6 @@ export const ModelingMachineProvider = ({
}
exportFromEngine({
source_unit: baseUnit,
format: format as Models['OutputFormat_type'],
}).catch((e) => toast.error('Error while exporting', e)) // TODO I think we need to throw the error from engineCommandManager
},