mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-11 19:56:44 +00:00
fix: simplify description for postmortem published timestamp field
This commit is contained in:
parent
f572eb6f93
commit
4868e285b0
1 changed files with 1 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue