开发:增加导入出错信息

pull/2259/head
ChenX 1 year ago
parent 859aa61216
commit 12d23f0347

@ -143,7 +143,11 @@ export class ImportFile extends React.Component<{ commonPanel: CommonPanel, type
}
catch (error)
{
AppToaster.show({
message: "导入失败!" + error,
timeout: 5000,
intent: Intent.DANGER,
});
}
}

Loading…
Cancel
Save