Show terminate in the action type pills (#927)

This commit is contained in:
Kerem Yilmaz
2024-10-08 09:26:07 -07:00
committed by GitHub
parent 45013adae7
commit 157628d068

View File

@@ -198,6 +198,7 @@ export const ActionTypes = {
UploadFile: "upload_file",
complete: "complete",
wait: "wait",
terminate: "terminate",
} as const;
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
@@ -211,6 +212,7 @@ export const ReadableActionTypes: {
upload_file: "Upload File",
complete: "Complete",
wait: "Wait",
terminate: "Terminate",
};
export type Option = {