Skip to content

Commit 3723f76

Browse files
committed
Fix invalid key for select input
1 parent 766c2f6 commit 3723f76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/forms/DatabaseConfigForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ protected function assemble(): void
2222
['' => sprintf(' - %s - ', $this->translate('Please choose'))],
2323
array_combine($dbResources, $dbResources)
2424
),
25-
'disable' => [''],
25+
'disabled' => [''],
2626
'required' => true,
2727
'value' => ''
2828
]

0 commit comments

Comments
 (0)