save
This commit is contained in:
@@ -41,7 +41,6 @@ export function getDefaultArticle(val: Partial<Article> = {}): Article {
|
||||
text: '',
|
||||
textTranslate: '',
|
||||
newWords: [],
|
||||
textAllWords: [],
|
||||
sections: [],
|
||||
audioSrc: '',
|
||||
audioFileId: '',
|
||||
|
||||
@@ -72,7 +72,6 @@ export interface Article {
|
||||
text: string,
|
||||
textTranslate: string,
|
||||
newWords: Word[],
|
||||
textAllWords: string[],
|
||||
sections: Sentence[][],
|
||||
audioSrc: string,
|
||||
audioFileId: string,
|
||||
|
||||
Reference in New Issue
Block a user