feat : frontend word edition

This commit is contained in:
2024-12-29 20:40:02 +01:00
parent fff2abf0a1
commit 72935ba3f5
+2
View File
@@ -14,6 +14,8 @@ export class WordResponseDTO {
enabled: boolean;
loading?: boolean = false
toJSON() {
return { ...this } // here I make a POJO's copy of the class instance
}