fix: move search from header to footer - fixed #2033
This commit is contained in:
@@ -6,7 +6,7 @@ interface TeamNameBrand {
|
||||
|
||||
export const TeamNameCodec = t.brand(
|
||||
t.string,
|
||||
(x): x is t.Branded<string, TeamNameBrand> => x.trim().length > 6,
|
||||
(x): x is t.Branded<string, TeamNameBrand> => x.trim().length >= 6,
|
||||
"TeamName"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user