Skip to content

Commit 921d8f6

Browse files
committed
fix form state example name
1 parent d946e79 commit 921d8f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/app/Examples/collections/Form/States/FormStatesExamples.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import React, {Component} from 'react';
22
import ExampleSection from 'docs/app/Components/ComponentDoc/ExampleSection';
33
import ComponentExample from 'docs/app/Components/ComponentDoc/ComponentExample';
44

5-
export default class FormFieldVariationsExamples extends Component {
5+
export default class FormStatesExamples extends Component {
66
render() {
77
return (
8-
<ExampleSection title='Field Variations'>
8+
<ExampleSection title='States'>
99
<ComponentExample
1010
title='Error'
1111
description='If a form is in an error state, it will automatically show any error message blocks.'

0 commit comments

Comments
 (0)