Merge branch 'fix/deck_column_target_change' of https://github.com/samunohito/misskey into pr/12237
This commit is contained in:
commit
78f2e4b2cc
|
|
@ -91,8 +91,6 @@ function concatMapWithArray(map: MisskeyEntityMap, entities: MisskeyEntity[]): M
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { infoImageUrl } from '@/instance.js';
|
import { infoImageUrl } from '@/instance.js';
|
||||||
import MkButton from '@/components/MkButton.vue';
|
import MkButton from '@/components/MkButton.vue';
|
||||||
import MkLoading from '@/components/global/MkLoading.vue';
|
|
||||||
import MkError from '@/components/global/MkError.vue';
|
|
||||||
|
|
||||||
const props = withDefaults(defineProps<{
|
const props = withDefaults(defineProps<{
|
||||||
pagination: Paging;
|
pagination: Paging;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue