Skip to content

Commit fb16c62

Browse files
fix(search): remove warning when searching by issue short (#44977)
Related to this PR #44521 but merged in the part where we actually remove the warning when searching on `issue:<issue-short-id>`.
1 parent 3c8ad99 commit fb16c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/utils/fields/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ export const ISSUE_FIELDS = [
974974
FieldKey.HTTP_URL,
975975
FieldKey.ID,
976976
FieldKey.IS,
977-
// FieldKey.ISSUE,
977+
FieldKey.ISSUE,
978978
FieldKey.ISSUE_CATEGORY,
979979
FieldKey.ISSUE_TYPE,
980980
FieldKey.LAST_SEEN,

0 commit comments

Comments
 (0)