Skip to content
Snippets Groups Projects
Commit ed43785d authored by esikkala's avatar esikkala
Browse files

Manuscript instance page: hide map tab for now

parent 0825f06c
No related branches found
No related tags found
No related merge requests found
...@@ -96,16 +96,16 @@ export const perspectiveArr = [ ...@@ -96,16 +96,16 @@ export const perspectiveArr = [
value: 0, value: 0,
icon: 'CalendarViewDay', icon: 'CalendarViewDay',
}, },
{ // {
id: 'map', // id: 'map',
label: 'map', // label: 'map',
value: 1, // value: 1,
icon: 'AddLocation', // icon: 'AddLocation',
}, // },
{ {
id: 'export', id: 'export',
label: 'export', label: 'export',
value: 2, value: 1,
icon: 'Download', icon: 'Download',
}, },
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment