Skip to content

Commit

Permalink
quick-reply-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Feb 4, 2024
1 parent 600d0ec commit d91712d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/containers/TemplateOptions/TemplateOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,7 @@ export const TemplateOptions = ({
touched.templateButtons &&
touched.templateButtons[index] ? (
<FormHelperText>{errors.templateButtons[index]?.value}</FormHelperText>
) : (
<FormHelperText>{'Quick replies limited to 25 characters.'}</FormHelperText>
)}
) : null}
</FormControl>
</div>
<div>
Expand Down

0 comments on commit d91712d

Please sign in to comment.