mirror of
https://github.com/makeplane/plane.git
synced 2026-01-25 07:38:46 -06:00
fix: added default priority state in quick-add (#3761)
This commit is contained in:
@@ -123,6 +123,7 @@ export const createIssuePayload: (projectId: string, formData: Partial<TIssue>)
|
||||
const payload: TIssue = {
|
||||
id: uuidv4(),
|
||||
project_id: projectId,
|
||||
priority: "none",
|
||||
// tempId is used for optimistic updates. It is not a part of the API response.
|
||||
tempId: uuidv4(),
|
||||
// to be overridden by the form data
|
||||
|
||||
Reference in New Issue
Block a user