mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 12:38:20 +00:00
This commit is contained in:
committed by
techknowlogick
parent
12d883412f
commit
585dd13cce
@@ -288,8 +288,6 @@ func EditTeamPost(ctx *context.Context, form auth.CreateTeamForm) {
|
||||
})
|
||||
}
|
||||
models.UpdateTeamUnits(t, units)
|
||||
} else {
|
||||
models.UpdateTeamUnits(t, nil)
|
||||
}
|
||||
|
||||
if ctx.HasError() {
|
||||
|
Reference in New Issue
Block a user