Álvaro Valenzuela Valdes commited on
Commit
ee5433a
·
1 Parent(s): 336eac0

fix: Add System to SidebarTab type definition

Browse files
Files changed (1) hide show
  1. frontend/components/Sidebar.tsx +2 -1
frontend/components/Sidebar.tsx CHANGED
@@ -10,7 +10,8 @@ type SidebarTab =
10
  | "Agent Analysis"
11
  | "Proposal Draft"
12
  | "Reports"
13
- | "History";
 
14
 
15
  type Props = {
16
  tabs: readonly SidebarTab[];
 
10
  | "Agent Analysis"
11
  | "Proposal Draft"
12
  | "Reports"
13
+ | "History"
14
+ | "System";
15
 
16
  type Props = {
17
  tabs: readonly SidebarTab[];