feat: pull request generation
This commit is contained in:
@ -101,7 +101,7 @@ func (f *Form) Field(name string) *Field {
|
||||
}
|
||||
}
|
||||
|
||||
return nil
|
||||
panic(errors.Errorf("no form field named '%s'", name))
|
||||
}
|
||||
|
||||
func (f *Form) Error(name string) (ValidationError, bool) {
|
||||
|
Reference in New Issue
Block a user