From bdb22e280199ec0fcaf9bc792afb0c0ba9f14421 Mon Sep 17 00:00:00 2001 From: kozakura913 <98575220+kozakura913@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:55:00 +0900 Subject: [PATCH] =?UTF-8?q?=E6=8A=95=E7=A8=BF=E3=83=95=E3=82=A9=E3=83=BC?= =?UTF-8?q?=E3=83=A0=E6=A4=9C=E7=B4=A2=E8=A8=B1=E5=8F=AF=E9=81=B8=E6=8A=9E?= =?UTF-8?q?=E3=83=9D=E3=83=83=E3=83=97=E3=82=A2=E3=83=83=E3=83=97=E3=81=AE?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E3=82=92=E4=BF=AE=E6=AD=A3=20(#537)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/components/MkPostForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;