Sfoglia il codice sorgente

add uid in ISentence

visuddhinanda 2 anni fa
parent
commit
4a73c4af93
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      dashboard/src/components/template/SentEdit.tsx

+ 1 - 0
dashboard/src/components/template/SentEdit.tsx

@@ -29,6 +29,7 @@ export interface ISuggestionCount {
 }
 export interface ISentence {
   id?: string;
+  uid?: string;
   content: string | null;
   contentType?: TContentType;
   html: string;