feat(ui): sixth-form badge, note and filter labels use GIAS flag

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Tudor
2026-07-07 10:40:42 +01:00
co-authored by Claude Fable 5
parent 1d149ffc48
commit 0934c8f38c
5 changed files with 53 additions and 4 deletions
+1
View File
@@ -17,6 +17,7 @@ export interface School {
school_type_code: string | null;
religious_denomination: string | null;
age_range: string | null;
has_sixth_form?: boolean | null;
// Address
address1: string | null;