Skip to content

Commit

Permalink
Cities And Countries
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarv committed Jan 22, 2025
1 parent ab4baa9 commit da659a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netmanager-app/app/(authenticated)/data-export/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function ExportData() {
<TabsList className="grid w-full grid-cols-3">
<TabsTrigger value="sites">Sites</TabsTrigger>
<TabsTrigger value="devices">Devices</TabsTrigger>
<TabsTrigger value="airqlouds">AirQlouds</TabsTrigger>
<TabsTrigger value="airqlouds">Cities / Countries</TabsTrigger>
</TabsList>
<TabsContent value={activeTab}>
<ExportForm exportType={activeTab} />
Expand Down

0 comments on commit da659a7

Please sign in to comment.