From 55ffb318e5f9cd34435f3fe5cad053fbfbb43ce9 Mon Sep 17 00:00:00 2001 From: Jaiwanth Date: Sat, 26 Jun 2021 23:08:37 +0530 Subject: [PATCH] Change format order --- src/utils/exportUtils/exportUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/exportUtils/exportUtils.ts b/src/utils/exportUtils/exportUtils.ts index 37d0bbc524..132783fdcc 100644 --- a/src/utils/exportUtils/exportUtils.ts +++ b/src/utils/exportUtils/exportUtils.ts @@ -6,8 +6,8 @@ import PlainTextExporter from "./PlainTextExport"; export enum exportFormats { HTML = "HTML", - JSON = "JSON", PLAIN_TEXT = "PLAIN_TEXT", + JSON = "JSON", } export enum exportTypes {