fixing
This commit is contained in:
parent
b891591e7a
commit
8b77700af8
|
|
@ -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)}`;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue