Merge pull request #1169 from daniel-shuy/fix/download-file-type-dropdown-optional
Allow Download File Type dropdown to be deselected
This commit is contained in:
commit
a110a23574
|
|
@ -37,6 +37,7 @@ const ALERT_STYLE_OPTIONS = [
|
|||
];
|
||||
|
||||
const FILE_TYPE_OPTIONS = [
|
||||
{ label: 'Select file type (optional)', value: "", id: "" },
|
||||
{ label: "Plain text", value: "'text/plain'", id: "text/plain" },
|
||||
{ label: "HTML", value: "'text/html'", id: "text/html" },
|
||||
{ label: "CSV", value: "'text/csv'", id: "text/csv" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user