Skip to content

Commit edb7787

Browse files
committed
remove component from tags
1 parent 6a91227 commit edb7787

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/collections/Form/Form.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import FormTextArea from './FormTextArea'
2323
* @see Message
2424
* @see Radio
2525
* @see Select
26-
* @see Visibility
2726
*/
2827
class Form extends Component {
2928
handleSubmit = (e, ...args) => {

src/collections/Form/FormField.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import Radio from '../../addons/Radio'
2626
* @see Input
2727
* @see Radio
2828
* @see Select
29-
* @see Visibility
3029
*/
3130
function FormField(props) {
3231
const {

0 commit comments

Comments
 (0)