@@ -227,7 +227,7 @@ body:not(.dark-mode) {
table.custom-data-table.dataTable tbody td {
border-top: 1px solid $table-border-color;
- height: 40px;
+ height: 42px;
}
table.custom-data-table.dataTable tbody tr {
@@ -77,6 +77,7 @@ class File extends Field implements UploadFieldInterface
$rules = $attributes = [];
+ $requiredIf = null;
if (! $this->hasRule('required') && ! $requiredIf = $this->getRule('required_if*')) {
return false;