Skip to content

Commit 18976b3

Browse files
authored
MMT-3991b: Adding s to field (#1360)
1 parent 79bde08 commit 18976b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/src/js/operations/queries/getVisualization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const GET_VISUALIZATION = gql`
2020
spatialExtent
2121
specification
2222
subtitle
23-
temporalExtent
23+
temporalExtents
2424
title
2525
ummMetadata
2626
visualizationType

static/src/js/operations/queries/getVisualizationDraft.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const VISUALIZATION_DRAFT = gql`
2727
spatialExtent
2828
specification
2929
subtitle
30-
temporalExtent
30+
temporalExtents
3131
title
3232
ummMetadata
3333
visualizationType

0 commit comments

Comments
 (0)