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