diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue index 922fdc81ed..958af5cce8 100644 --- a/packages/frontend/src/components/MkPostForm.vue +++ b/packages/frontend/src/components/MkPostForm.vue @@ -189,7 +189,7 @@ const textareaEl = shallowRef(null); const cwInputEl = shallowRef(null); const hashtagsInputEl = shallowRef(null); const visibilityButton = shallowRef(); -const searchableByButton = shallowRef(); +const searchbilityButton = shallowRef(); const posting = ref(false); const posted = ref(false); @@ -533,7 +533,7 @@ function setVisibility() { function setSearchbility() { const { dispose } = os.popup(defineAsyncComponent(() => import('@/components/CPSearchbilityPicker.vue')), { currentSearchbility: searchableBy.value, - src: searchableByButton.value, + src: searchbilityButton.value, }, { changeSearchbility: v => { searchableBy.value = v;