mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-24 16:20:39 -04:00
Update packages/insomnia-app/app/ui/redux/modules/global.tsx
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
This commit is contained in:
@@ -605,7 +605,7 @@ export const exportWorkspacesToFile = (workspaceId: string | undefined = undefin
|
||||
break;
|
||||
|
||||
default:
|
||||
unreachableCase(`selected export format "${selectedFormat}" is invalid`);
|
||||
unreachableCase(selectedFormat, `selected export format "${selectedFormat}" is invalid`);
|
||||
}
|
||||
} catch (err) {
|
||||
showError({
|
||||
|
||||
Reference in New Issue
Block a user