diff --git a/components/quotes/ticket-detail-modal.tsx b/components/quotes/ticket-detail-modal.tsx index 65835c2..81215e2 100644 --- a/components/quotes/ticket-detail-modal.tsx +++ b/components/quotes/ticket-detail-modal.tsx @@ -32,8 +32,8 @@ import { // noteType values that are system/automated (workflow rules, monitoring, auto-close, etc.) const SYSTEM_NOTE_TYPES = new Set([13, 91, 93, 94, 99, 101]); -// publish=1 means Internal Users Only in Autotask -const INTERNAL_PUBLISH = 1; +// publish=2 means Internal Users Only in Autotask +const INTERNAL_PUBLISH = 2; const URL_REGEX = /https?:\/\/[^\s<>"'\[\]()]+/g;