@@ -158,8 +153,18 @@ export default function RepositoryEditor({
-
+
-
+
)
}
diff --git a/nest_frontend/contexts/ContextRepositoryEditor.js b/nest_frontend/contexts/ContextConditionEditor.js
similarity index 57%
rename from nest_frontend/contexts/ContextRepositoryEditor.js
rename to nest_frontend/contexts/ContextConditionEditor.js
index 3364c6b..a68a4c0 100644
--- a/nest_frontend/contexts/ContextRepositoryEditor.js
+++ b/nest_frontend/contexts/ContextConditionEditor.js
@@ -2,7 +2,7 @@ import { createContext } from "react"
/**
- * React Context representing containing all variables of a {@link RepositoryEditor}.
+ * React Context representing a list of {@link Condition}s as provided by {@link useArrayState}.
*
* It is `null` outside a RepositoryEditor.
*/
diff --git a/nest_frontend/hooks/useRepositoryEditor.js b/nest_frontend/hooks/useRepositoryEditor.js
index 143f665..dedfce2 100644
--- a/nest_frontend/hooks/useRepositoryEditor.js
+++ b/nest_frontend/hooks/useRepositoryEditor.js
@@ -1,5 +1,5 @@
import { useContext } from "react"
-import ContextRepositoryEditor from "../contexts/ContextRepositoryEditor"
+import ContextRepositoryEditor from "../contexts/ContextConditionEditor"
/**
diff --git a/nest_frontend/routes/PageRepositoryCreate.js b/nest_frontend/routes/PageRepositoryCreate.js
index ea3bf41..f8892f1 100644
--- a/nest_frontend/routes/PageRepositoryCreate.js
+++ b/nest_frontend/routes/PageRepositoryCreate.js
@@ -17,7 +17,6 @@ export default function PageRepositoryCreate() {
{makeIcon(faPlus)} {strings.dashboardTitle}
}
- {...props}
>