@rh-support/troubleshoot 2.6.97 → 2.6.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -147,7 +147,7 @@ export const setDiscussions = (dispatch, comments, chats, attachments, feedbacks
147
147
  }));
148
148
  const allDiscussions = [...allComments, ...allChats, ...allAttachments, ...allExternalTrackers];
149
149
  const sortedAllDiscussions = orderBy(allDiscussions, 'last_modified_date', 'desc');
150
- // set filter dropdown state
150
+ //set filter dropdown state
151
151
  // when we don't have any result for a discussion type, in filter options dropdown list, we make that type disable
152
152
  discussionFiltersListState.forEach((filter) => {
153
153
  if (filter.value === DiscussionType.ATTACHMENT) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "2.6.97",
3
+ "version": "2.6.98",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -133,5 +133,5 @@
133
133
  "defaults and supports es6-module",
134
134
  "maintained node versions"
135
135
  ],
136
- "gitHead": "d8cde6c6c2d28af9c0762c55fe1bc52e6104208b"
136
+ "gitHead": "ae28b909dbb6324f05da9658ca9d993a45cd3bac"
137
137
  }