diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-30 09:07:15 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-30 09:07:15 +0900 |
| commit | 7d842c1a95e28af445c30ca47fb96479b3301456 (patch) | |
| tree | 920a77a730ed134cc0ee585cb812c77aa4894ead /packages/frontend/src/pages/chat | |
| parent | refactor(frontend): refactor base styles (diff) | |
| download | misskey-7d842c1a95e28af445c30ca47fb96479b3301456.tar.gz misskey-7d842c1a95e28af445c30ca47fb96479b3301456.tar.bz2 misskey-7d842c1a95e28af445c30ca47fb96479b3301456.zip | |
fix(frontend): avoid naming confliction of MkAd
Diffstat (limited to 'packages/frontend/src/pages/chat')
| -rw-r--r-- | packages/frontend/src/pages/chat/home.home.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/chat/home.home.vue b/packages/frontend/src/pages/chat/home.home.vue index 007e9fc1f4..49857db9ab 100644 --- a/packages/frontend/src/pages/chat/home.home.vue +++ b/packages/frontend/src/pages/chat/home.home.vue @@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-only <MkInfo v-else>{{ i18n.ts._chat.chatNotAvailableForThisAccountOrServer }}</MkInfo> - <MkAd :prefer="['horizontal', 'horizontal-big']"/> + <MkAd :preferForms="['horizontal', 'horizontal-big']"/> <MkInput v-model="searchQuery" |