diff --git a/frontend/components/EventFiltersBar.tsx b/frontend/components/EventFiltersBar.tsx index 4f6e013..7790c32 100644 --- a/frontend/components/EventFiltersBar.tsx +++ b/frontend/components/EventFiltersBar.tsx @@ -7,6 +7,7 @@ export interface EventFilters { type: string; company: string; institution: string; + fotStatus?: string; // New field } interface EventFiltersBarProps { @@ -31,6 +32,7 @@ export const EventFiltersBar: React.FC = ({ type: "", company: "", institution: "", + fotStatus: "", }); }; @@ -54,7 +56,7 @@ export const EventFiltersBar: React.FC = ({ )} -
+
{/* Filtro por FOT */}
+ {/* Filtro por Status da Turma */} +
+ + +
+ {/* Filtro por Tipo */}
)}