forked from FoundKeyGang/FoundKey
fix(client): 「クリップ」ページが開かない問題を修正
This commit is contained in:
parent
389350ba77
commit
86931bdafd
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
|
||||
### Bugfixes
|
||||
- 投稿のNSFW画像を表示したあとにリアクションが更新されると画像が非表示になる問題を修正
|
||||
- 「クリップ」ページが開かない問題を修正
|
||||
|
||||
## 12.102.1 (2022/01/27)
|
||||
### Bugfixes
|
||||
|
|
|
@ -19,7 +19,7 @@ import MkPagination from '@/components/ui/pagination.vue';
|
|||
import MkButton from '@/components/ui/button.vue';
|
||||
import * as os from '@/os';
|
||||
import * as symbols from '@/symbols';
|
||||
import i18n from '@/components/global/i18n';
|
||||
import { i18n } from '@/i18n';
|
||||
|
||||
const pagination = {
|
||||
endpoint: 'clips/list' as const,
|
||||
|
|
Loading…
Reference in a new issue