Frontend: Fixed the note retry button
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
This commit is contained in:
parent
a29cea6cbc
commit
ac901161ab
|
@ -60,7 +60,7 @@
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
<MkError v-else-if="error" @retry="fetch()" />
|
||||
<MkError v-else-if="error" @retry="fetchNote()" />
|
||||
<MkLoading v-else />
|
||||
</transition>
|
||||
</div>
|
||||
|
@ -69,7 +69,7 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { computed, defineComponent, watch } from "vue";
|
||||
import { computed, watch } from "vue";
|
||||
import * as misskey from "calckey-js";
|
||||
import XNoteDetailed from "@/components/MkNoteDetailed.vue";
|
||||
import XNotes from "@/components/MkNotes.vue";
|
||||
|
|
Loading…
Reference in New Issue