mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
refactor(webui): incorrect type
This commit is contained in:
parent
9e424b580d
commit
9860d4eaf5
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ export interface BookMetadataDto {
|
|||
numberLock: boolean,
|
||||
numberSort: number,
|
||||
numberSortLock: boolean,
|
||||
releaseDate: string,
|
||||
releaseDate?: string,
|
||||
releaseDateLock: boolean,
|
||||
authors: AuthorDto[],
|
||||
authorsLock: boolean,
|
||||
|
|
|
|||
Loading…
Reference in a new issue