Fix import from file

This commit is contained in:
2024-09-04 18:51:37 +03:00
parent 4c3448a002
commit 0428f701bf

View File

@@ -417,7 +417,7 @@ const openFile = async () => {
const newProject = await open({ multiple: false })
if (!newProject) return
hide()
await install_from_file(newProject.path).catch(handleError)
await install_from_file(newProject).catch(handleError)
trackEvent('InstanceCreate', {
source: 'CreationModalFileOpen',