mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00: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