Skip to content

Commit

Permalink
local ID empty issue
Browse files Browse the repository at this point in the history
If I load an existing dataset the Local ID is not empty
  • Loading branch information
alimand authored Dec 24, 2024
1 parent f04b0e1 commit c738901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DatasetEditorForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1234,6 +1234,7 @@ export default defineComponent({
const formModel = transformToForm(responseData);
// Update the form (model) with the loaded values
model.value = formModel;
localID.value = extractLocalID(formModel.identification.identifier);
// Note: Set time delay to prevent watchers from firing too early
setTimeout(() => {
// Force bounding box map to update
Expand Down

0 comments on commit c738901

Please sign in to comment.