diff --git a/module/block/ui/edit.html.php b/module/block/ui/edit.html.php
index dea21983a6..95865d63ab 100644
--- a/module/block/ui/edit.html.php
+++ b/module/block/ui/edit.html.php
@@ -74,16 +74,6 @@ row
(
setID('paramsRow'),
setClass('space-y-4'),
- formRow
- (
- formGroup
- (
- set::label($lang->block->name),
- set::name('title'),
- set::value($blockTitle),
- set::control('input')
- )
- ),
buildParamsRows($block, null, $module, $code),
formRow
(