Browse Source

chore(feedback): Adds message field to feedback search (#65933)

Allows the message field to appear in feedback search, since the message
is now searchable
Catherine Lee 11 months ago
parent
commit
08aae06c27
1 changed files with 0 additions and 1 deletions
  1. 0 1
      static/app/components/feedback/feedbackSearch.tsx

+ 0 - 1
static/app/components/feedback/feedbackSearch.tsx

@@ -27,7 +27,6 @@ const EXCLUDED_TAGS = [
   FeedbackFieldKey.EMAIL,
   FeedbackFieldKey.LOCALE_LANG,
   FeedbackFieldKey.LOCALE_TIMEZONE,
-  FeedbackFieldKey.MESSAGE,
   FeedbackFieldKey.NAME,
   FieldKey.PLATFORM,
   FeedbackFieldKey.OS_VERSION,