summaryrefslogtreecommitdiff
path: root/resources/views/modules/ancestors-chart/page.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/modules/ancestors-chart/page.phtml')
-rw-r--r--resources/views/modules/ancestors-chart/page.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/ancestors-chart/page.phtml b/resources/views/modules/ancestors-chart/page.phtml
index d959835461..fd28ff754b 100644
--- a/resources/views/modules/ancestors-chart/page.phtml
+++ b/resources/views/modules/ancestors-chart/page.phtml
@@ -16,7 +16,7 @@ use Fisharebest\Webtrees\I18N;
<?= I18N::translate('Individual') ?>
</label>
<div class="col-sm-9 wt-page-options-value">
- <?= view('components/select-individual', ['name' => 'xref', 'individual' => $individual, 'tree' => $tree]) ?>
+ <?= view('components/select-individual', ['name' => 'xref', 'individual' => $individual, 'tree' => $tree, 'required' => true]) ?>
</div>
</div>