From fcd899c2d10dc06b3f6b0dd3353e4d4ea42c566c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 30 May 2021 18:09:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20one=20final=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nest_frontend/components/providers/RepositoryEditor.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, }) {