reenbale the download action (#4299)
This commit is contained in:
@@ -267,6 +267,7 @@ export const ActionTypes = {
|
||||
Hover: "hover",
|
||||
SelectOption: "select_option",
|
||||
UploadFile: "upload_file",
|
||||
DownloadFile: "download_file",
|
||||
complete: "complete",
|
||||
wait: "wait",
|
||||
terminate: "terminate",
|
||||
@@ -294,6 +295,7 @@ export const ReadableActionTypes: {
|
||||
hover: "Hover",
|
||||
select_option: "Select Option",
|
||||
upload_file: "Upload File",
|
||||
download_file: "Download File",
|
||||
complete: "Complete",
|
||||
wait: "Wait",
|
||||
terminate: "Terminate",
|
||||
|
||||
Reference in New Issue
Block a user