Allow to set a due date for selected issues (#2336)

Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru>
This commit is contained in:
Ruslan Bayandinov
2022-10-28 19:45:47 +06:00
committed by GitHub
parent fd13e7f446
commit a5fbf5b59e
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -1131,7 +1131,7 @@ export function createModel (builder: Builder): void {
props: { mondayStart: true, withTime: false },
element: 'top',
fillProps: {
_object: 'value'
_objects: 'value'
}
},
label: tracker.string.SetDueDate,