Explorar el Código

add articleType

visuddhinanda hace 1 semana
padre
commit
a94ea0fe94
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dashboard-v6/src/features/editor/Article.tsx

+ 1 - 0
dashboard-v6/src/features/editor/Article.tsx

@@ -63,6 +63,7 @@ export default function ArticleEditor({
       }
       articleId={articleId}
       anthologyId={anthologyId}
+      articleType={"article"}
       channelId={channelId}
       onChannelSelect={onChannelSelect}
     >