Add button and custom modal flow implemented
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/** Multipart field `purpose` for `POST /api/uploads` — keep in sync with server validation. */
|
||||
export const CREATE_FLOW_UPLOAD_PURPOSES = [
|
||||
"communityAvatar",
|
||||
"customMethodAttachment",
|
||||
] as const;
|
||||
|
||||
export type CreateFlowUploadPurpose =
|
||||
(typeof CREATE_FLOW_UPLOAD_PURPOSES)[number];
|
||||
Reference in New Issue
Block a user