Skip to content

Commit

Permalink
update: label for dem file download from jaxa
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry authored Dec 16, 2024
1 parent 638ed43 commit 8a00450
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/frontend/src/constants/createProject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,11 @@ export const taskGenerationGuidelines = {
};

export const demFileOptions = [
{ name: 'Auto DEM File', label: 'Auto DEM File', value: 'auto' },
{
name: 'Download DEM file from JAXA',
label: 'Download DEM file from JAXA',
value: 'auto',
},
{ name: 'Upload DEM File', label: 'Upload DEM File', value: 'manual' },
];

0 comments on commit 8a00450

Please sign in to comment.