Skip to content

Commit

Permalink
Removed period validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelastic committed Jan 17, 2020
1 parent 801302e commit 7868434
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ export const schemas: Record<string, FormSchema> = {
),
}),
},
{
validator: startsWithField({
char: '.',
message: i18n.translate('xpack.idxMgmt.templateValidation.templateNamePeriodError', {
defaultMessage: 'A template name must not start with a period.',
}),
}),
},
{
validator: containsCharsField({
chars: INVALID_TEMPLATE_NAME_CHARS,
Expand Down

0 comments on commit 7868434

Please sign in to comment.