chore: linter fix
This commit is contained in:
parent
27960cda57
commit
6ce30724cb
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ export const useStore = defineStore("workflow-builder-store", () => {
|
|||
let docfield = "Workflow Transition";
|
||||
let df = frappe.model.get_new_doc(docfield);
|
||||
df.name = frappe.utils.get_random(8);
|
||||
Object.assign(df, data)
|
||||
Object.assign(df, data);
|
||||
return df;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue