Add EditCandidates, EditVacancy and SpacePanel (#293)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2021-11-03 14:01:21 +01:00
committed by GitHub
parent 4aa9ab877b
commit 18ca47a4e0
44 changed files with 1401 additions and 1117 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ export default mergeIds(taskId, task, {
component: {
ProjectView: '' as AnyComponent,
CreateProject: '' as AnyComponent,
CreateTask: '' as AnyComponent
CreateTask: '' as AnyComponent,
EditTask: '' as AnyComponent
},
class: {
Project: '' as Ref<Class<Project>>