fix: simplify description for postmortem published timestamp field

This commit is contained in:
Nawaz Dhandala
2025-12-03 19:30:08 +00:00
parent f572eb6f93
commit 4868e285b0

View File

@@ -64,9 +64,7 @@ const POSTMORTEM_FORM_FIELDS: Fields<Incident> = [
fieldType: FormFieldSchemaType.DateTime,
required: false,
description:
"Set the posted-on timestamp subscribers will see. This is in " +
OneUptimeDate.getCurrentTimezoneString() +
".",
"Set the posted-on timestamp subscribers will see. ",
placeholder: "Select date and time",
getDefaultValue: () => {
return OneUptimeDate.getCurrentDate();