diff --git a/typo3/sysext/webhooks/Configuration/TCA/sys_webhook.php b/typo3/sysext/webhooks/Configuration/TCA/sys_webhook.php index 7f63089f64998b821dbc3841fcc16f5a72c5121f..23bfa3e78397d7870b5836262c59c8873641566c 100644 --- a/typo3/sysext/webhooks/Configuration/TCA/sys_webhook.php +++ b/typo3/sysext/webhooks/Configuration/TCA/sys_webhook.php @@ -64,7 +64,7 @@ return [ 'items' => [ [ 'label' => 'LLL:EXT:webhooks/Resources/Private/Language/locallang_db.xlf:sys_webhook.webhook_type.select', - 'vaule' => '', + 'value' => '', ], ], 'itemsProcFunc' => \TYPO3\CMS\Webhooks\Tca\ItemsProcFunc\WebhookTypesItemsProcFunc::class . '->getWebhookTypes',