Skip to content

Commit 2c515b0

Browse files
Chinmay ChaudhariChinmay Chaudhari
authored andcommitted
Changed consts.dart
1 parent d346be2 commit 2c515b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/consts.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ const Map<String, Map<String, List<ResponseBodyView>>>
375375
kSubTypeDefaultViewOptions: kRawBodyViewOptions,
376376
kSubTypeCss: kCodeRawBodyViewOptions,
377377
kSubTypeHtml: kCodeRawBodyViewOptions,
378+
kSubTypeCsv: kPreviewCodeRawBodyViewOptions,
378379
kSubTypeJavascript: kCodeRawBodyViewOptions,
379380
kSubTypeMarkdown: kCodeRawBodyViewOptions,
380381
kSubTypeTextXml: kCodeRawBodyViewOptions,
@@ -492,6 +493,10 @@ const kAudioError =
492493
const kRaiseIssue =
493494
"\nPlease raise an issue in API Dash GitHub repo so that we can resolve it.";
494495

496+
const kCsvError =
497+
"There seems to be an issue rendering this CSV image. Please raise an issue in API Dash GitHub repo so that we can resolve it.";
498+
499+
495500
const kHintTextUrlCard = "Enter API endpoint like api.foss42.com/country/codes";
496501
const kLabelPlusNew = "+ New";
497502
const kLabelSend = "Send";

0 commit comments

Comments
 (0)