1
Fork 0
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:
Steffo 2021-05-30 18:09:21 +02:00
parent 89bdce3ded
commit fcd899c2d1
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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,
}) {