- Upload Regions
+ Upload Region Hierarchy
Upload a CSV file containing the regions you want to use in your
analysis.
diff --git a/app/src/app/regions/page.tsx b/app/src/app/regions/page.tsx
index 4d4fc62ea..170b6eefe 100644
--- a/app/src/app/regions/page.tsx
+++ b/app/src/app/regions/page.tsx
@@ -9,7 +9,9 @@ export default function RegionPage() {
return (
- Regions
+
+ Region Hierarchy
+
Command Palette
- Fast access to all functionality
+
+ Fast access to all functionality
+
@@ -143,10 +145,12 @@ export function CommandPalette() {
value="Upload Regions"
>
- Upload Regions
+ Upload Region Hierarchy
navigate("/getting-started/upload-custom-sectors")}
+ onSelect={() =>
+ navigate("/getting-started/upload-custom-sectors")
+ }
value="Upload Sectors"
>
@@ -164,7 +168,9 @@ export function CommandPalette() {
- navigate("/getting-started/upload-custom-activity-standard-codes")
+ navigate(
+ "/getting-started/upload-custom-activity-standard-codes"
+ )
}
>
@@ -185,15 +191,15 @@ export function CommandPalette() {
Upload Establishments
- navigate("/import/establishments-without-legal-unit")
- }
- value="Upload Establishments Without Legal Unit"
- >
-
- Upload Establishments Without Legal Unit
-
- navigate("/profile")} value="Profile">
+ onSelect={() =>
+ navigate("/import/establishments-without-legal-unit")
+ }
+ value="Upload Establishments Without Legal Unit"
+ >
+
+ Upload Establishments Without Legal Unit
+
+ navigate("/profile")} value="Profile">
Profile