Use the same variable for fieldset closing tag

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-06-17 11:52:47 +01:00
parent 51712bc7d6
commit fb19985186

View File

@@ -151,6 +151,6 @@
@endforeach
@endif
@endforeach
@if (isset($models) && count($models) > 0)
@if ($anyModelHasCustomFields > 0)
</fieldset>
@endif