Ver Fonte

add uid in ISentence

visuddhinanda há 2 anos atrás
pai
commit
4a73c4af93
1 ficheiros alterados com 1 adições e 0 exclusões
  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 {
 export interface ISentence {
   id?: string;
   id?: string;
+  uid?: string;
   content: string | null;
   content: string | null;
   contentType?: TContentType;
   contentType?: TContentType;
   html: string;
   html: string;