feat: disable registration
This commit is contained in:
parent
ab74d46c28
commit
39330ce821
17 changed files with 179 additions and 132 deletions
|
|
@ -191,8 +191,8 @@ func (h *allocationHandler) renderSectionWithCreateError(w http.ResponseWriter,
|
|||
}
|
||||
ui.Render(w, r, blocks.AllocationsSection(blocks.AllocationsSectionProps{
|
||||
SpaceID: spaceID, AccountID: accountID, Summary: summary,
|
||||
CreateForm: &state,
|
||||
ShowCreateForm: true,
|
||||
CreateForm: &state,
|
||||
ShowCreateForm: true,
|
||||
}))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue