This commit is contained in:
Sabda Yagra 2025-08-13 18:44:58 +07:00
parent b891591e7a
commit 8b77700af8
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ export default function ContentBlast(props: { type: string }) {
form.setValue("title", `${details?.title}`); form.setValue("title", `${details?.title}`);
form.setValue( form.setValue(
"url", "url",
details?.pageUrl || "https://mediahub.polri.go.id" details?.pageUrl || "https://mediahub.polri.go.id/in"
); );
if (type == "wa") { if (type == "wa") {
body = `${textEllipsis(details?.description, 150)}`; body = `${textEllipsis(details?.description, 150)}`;