Skip to content

Commit 79ad718

Browse files
committed
Updated
1 parent ac7247e commit 79ad718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fields/TextareaField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function render($value = null, array $globalConfig = []): string
3838
$component = new Textarea(
3939
name: $this->name,
4040
id: $this->attributes['id'] ?? null,
41-
rows: $this->rows
41+
rows: $this->getRows()
4242
);
4343

4444
return View::make($component->render()->name(), $component->data())

0 commit comments

Comments
 (0)