+
+
+
Bahasa
+
+
+
+
Context Type
+
+
+
+
Writing Style
+
+
+
+
Article Size
+
+
-
-
Context Type
-
+
+
+
Judul
+
setSelectedTitle(e.target.value)}
+ />
-
-
Writing Style
-
+
+
Main Keyword
+
+ // setSelectedMainKeyword(e.target.value)
+ // }
+ placeholder="Masukan Main Keyword disini!"
+ defaultValue={content?.title}
+ />
-
-
Article Size
-
+
+
+
+ Generate Artikel
+
+ {isGeneratedArticle && (
+
+ {articleIds.map((id: any, index: any) => (
+
handleArticleClick(id)}>
+ {id}
+
+ ))}
+
+ )}
+
+
+
Deskripsi Baru
+
+ isLoadingData ? (
+
+
Loading Proses Data...
+
+ ) : (
+ setArticleBody(event.editor.getData())} initialData={articleBody || value} />
+ )
+ }
+ />
+ {articleBody === null || articleBody === "" ? Deskripsi tidak boleh kosong*
: ""}
+
+
+
+
-
-
Judul
-
setSelectedTitle(e.target.value)}
- />
-
+
+ {/* )} */}
diff --git a/app/[locale]/(public)/content-management/rewrite/detail/[id]/page.tsx b/app/[locale]/(public)/content-management/rewrite/detail/[id]/page.tsx
index fb0f6b34..056fcbf5 100644
--- a/app/[locale]/(public)/content-management/rewrite/detail/[id]/page.tsx
+++ b/app/[locale]/(public)/content-management/rewrite/detail/[id]/page.tsx
@@ -15,7 +15,6 @@ import { generateDataArticle } from "@/service/content/ai";
import HeaderManagement from "@/components/landing-page/header-management";
import SidebarManagement from "@/components/landing-page/sidebar-management";
import { saveContentRewrite } from "@/service/content/content";
-import JoditEditor from "jodit-react";
const page = (props: any) => {
const { states } = props;
@@ -286,7 +285,6 @@ const page = (props: any) => {
- {/*
*/}
{articleBody === null || articleBody === "" ?
Deskripsi tidak boleh kosong
: ""}
>
diff --git a/app/[locale]/auth/page.tsx b/app/[locale]/auth/page.tsx
index d3ae42bf..2c642a15 100644
--- a/app/[locale]/auth/page.tsx
+++ b/app/[locale]/auth/page.tsx
@@ -24,23 +24,11 @@ const Login = ({ params: { locale } }: { params: { locale: string } }) => {
>