fixed comment typo
This commit is contained in:
parent
9fe4f87e5b
commit
52c64318c5
|
@ -188,8 +188,8 @@ func (f *TextField) ValidateValue(ctx context.Context, app App, record *Record)
|
||||||
}
|
}
|
||||||
|
|
||||||
// this technically shouldn't be necessarily but again to
|
// this technically shouldn't be necessarily but again to
|
||||||
// prevent minimize misuse of the Pattern validator that could
|
// minimize misuse of the Pattern validator that could cause
|
||||||
// cause side-effects on some platforms check for duplicates in a case-insensitive manner
|
// side-effects on some platforms check for duplicates in a case-insensitive manner
|
||||||
var exists bool
|
var exists bool
|
||||||
err := app.DB().
|
err := app.DB().
|
||||||
Select("(1)").
|
Select("(1)").
|
||||||
|
|
Loading…
Reference in New Issue