Skip to content

Commit aa8e6fe

Browse files
committed
Rename header of download template
1 parent 1aeddf6 commit aa8e6fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

django_project/frontend/src/pages/Admin/Components/Input/ReferenceLayerInput.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ export const ReferenceLayerInput = forwardRef(
134134
GeographyCode: data.ucode,
135135
GeographyName: data.name,
136136
Value: "",
137-
ExtraName1: "",
138-
ExtraName2: ""
137+
Attribute1: "",
138+
Attribute2: ""
139139
}, data.ext_codes)
140140
})
141141
}

0 commit comments

Comments
 (0)