mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-21 12:34:19 +00:00
🐛 Fix one final bug
This commit is contained in:
parent
89bdce3ded
commit
fcd899c2d1
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@ export default function RepositoryEditor({
|
|||
id = null,
|
||||
name,
|
||||
is_active: isActive,
|
||||
start,
|
||||
end,
|
||||
conditions,
|
||||
start = null,
|
||||
end = null,
|
||||
conditions = [],
|
||||
evaluation_mode: evaluationMode,
|
||||
className,
|
||||
}) {
|
||||
|
|
Loading…
Reference in a new issue