We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b2eef0 + 61d371e commit 58a0f91Copy full SHA for 58a0f91
1 file changed
src/Forms/GridFieldSiteTreeAddNewButton.php
@@ -83,7 +83,7 @@ public function getHTMLFragments($gridField)
83
->setFieldHolderTemplate(__CLASS__ . '_holder')
84
->addExtraClass('gridfield-dropdown no-change-track');
85
86
- $state->RecordType = $parent->defaultChild();
+ $state->recordType = $parent->defaultChild();
87
88
if (!$this->buttonName) {
89
$this->buttonName = _t(
0 commit comments