frontend: fix typing issues

This commit is contained in:
wea_ondara
2023-12-02 20:58:10 +01:00
parent f5606b5293
commit 9887f45cf2
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,6 @@ type CellData<I, V> = {
@Options({
name: 'MangaListTable',
methods: {decode},
components: {BTable, MangaEntryDetailsModal},
})
export default class MangaListTable extends Vue {
@@ -43,6 +42,7 @@ export default class MangaListTable extends Vue {
latestChaptersSorted = latestChaptersSorted;
latestChapterString = latestChapterString;
newChapterCount = newChapterCount;
decode = decode;
get fields(): TableFieldObject<ViewEntry>[] {
return [{