diff --git a/nest_frontend/components/providers/RepositoryEditor.js b/nest_frontend/components/providers/RepositoryEditor.js index ab89522..12131c3 100644 --- a/nest_frontend/components/providers/RepositoryEditor.js +++ b/nest_frontend/components/providers/RepositoryEditor.js @@ -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, }) {