Skip to content

Commit c174693

Browse files
author
hirenpatel
committed
Fixing typo
1 parent f3ee678 commit c174693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extensions/MarkdownDataObjectExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ public function updateCMSFields(FieldList $fields)
3737
$description = $field->description;
3838
$attributes = $field->attributes;
3939

40-
$row = 30;
40+
$rows = 30;
4141

4242
if (array_key_exists('rows', $attributes)) {
43-
$row = $attributes['rows'];
43+
$rows = $attributes['rows'];
4444
}
4545

4646
$markdownField = MarkdownEditorField::create($name, $title)

0 commit comments

Comments
 (0)