Skip to content

Commit

Permalink
Merge branch 'main' into FW-5228-v-3-site-dashboard-search-not-return…
Browse files Browse the repository at this point in the history
…ing-back-expected-results
  • Loading branch information
sahil97 authored Nov 22, 2023
2 parents 1b20434 + 324d7d5 commit efb2e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageCrud/PageForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { PUBLIC } from 'common/constants/visibility'
function PageForm({ cancelHandler, dataToEdit, submitHandler, deleteHandler }) {
const validator = yup.object().shape({
title: definitions.title().required('A title is required'),
subtitle: definitions.paragraph(),
subtitle: definitions.paragraph({ charCount: 225 }),
slug: definitions.latinOnly({ message: 'Please enter a URL' }),
})

Expand Down

0 comments on commit efb2e92

Please sign in to comment.