Skip to content

Commit

Permalink
overviewUpload
Browse files Browse the repository at this point in the history
  • Loading branch information
YudhistiraA committed Jan 7, 2025
1 parent 375931a commit 351405a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const props = defineProps<{
blockData: Object
}>()
console.log(props)
const emits = defineEmits<{
(e: "autoSave"): void
Expand Down Expand Up @@ -218,7 +217,9 @@ onBeforeUnmount(() => {
:maxSelected="1"
:uploadRoute="{
...webpageData.images_upload_route,
parameters: id,
parameters: {
modelHasWebBlocks: blockData.id
},
}"
:closePopup="() => (isModalGallery = false)"
@submitSelectedImages="onChangeImage" />
Expand Down

0 comments on commit 351405a

Please sign in to comment.