Skip to content

Commit

Permalink
fix metadata initialization error (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis authored Dec 18, 2024
1 parent 3989ea2 commit 7c773ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/platform/web-girder/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default defineComponent({
/>
<CreateDIVEMetadata
v-bind="{ buttonOptions, menuOptions }"
:dataset-id="location._id"
:dataset-id="location._id || null"
/>
<v-btn
Expand Down

0 comments on commit 7c773ef

Please sign in to comment.