Skip to content

Commit 2c5e743

Browse files
committed
Add default empty selection for FILE_TYPE_OPTIONS
1 parent 012004a commit 2c5e743

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/client/src/components/editorComponents/actioncreator/ActionCreator.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const ALERT_STYLE_OPTIONS = [
3737
];
3838

3939
const FILE_TYPE_OPTIONS = [
40+
{ label: 'Select file type (optional)', value: "", id: "" },
4041
{ label: "Plain text", value: "'text/plain'", id: "text/plain" },
4142
{ label: "HTML", value: "'text/html'", id: "text/html" },
4243
{ label: "CSV", value: "'text/csv'", id: "text/csv" },

0 commit comments

Comments
 (0)