Skip to content

Commit

Permalink
Changed placement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgen-5 committed Aug 21, 2024
1 parent 318f1f3 commit 676d3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datadoc/frontend/fields/display_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ class DatasetIdentifiers(str, Enum):
if m.editable and isinstance(m, MetadataMultiLanguageField)
]

EDITABLE_DATASET_METADATA_LEFT.insert(2, DISPLAY_DATASET[DatasetIdentifiers.VERSION])
EDITABLE_DATASET_METADATA_LEFT.insert(3, DISPLAY_DATASET[DatasetIdentifiers.VERSION])


EDITABLE_DATASET_METADATA_RIGHT = [
Expand Down

0 comments on commit 676d3c4

Please sign in to comment.