@rh-support/troubleshoot 2.2.158 → 2.2.160
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IdeaInformation.d.ts","sourceRoot":"","sources":["../../../../src/components/IdeaInformation/IdeaInformation.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAgC,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"IdeaInformation.d.ts","sourceRoot":"","sources":["../../../../src/components/IdeaInformation/IdeaInformation.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAkBrD,MAAM,CAAC,OAAO,UAAU,eAAe,sBA8ItC"}
|
|
@@ -7,12 +7,10 @@ import isEqual from 'lodash/isEqual';
|
|
|
7
7
|
import React, { useContext, useEffect } from 'react';
|
|
8
8
|
import { Trans, useTranslation } from 'react-i18next';
|
|
9
9
|
import { useCaseDispatch, useCaseSelector } from '../../context/CaseContext';
|
|
10
|
-
import { KtQuestionConstant } from '../../reducers/CaseConstNTypes';
|
|
11
10
|
import { setCaseDetails } from '../../reducers/CaseReducer';
|
|
12
11
|
import CaseGroup from '../CaseInformation/CaseGroup';
|
|
13
12
|
import { ContactPhoneNumber } from '../CaseInformation/ContactPhoneNumber';
|
|
14
13
|
import { ContactPhoneNumberAlert } from '../CaseInformation/ContactPhoneNumberAlert';
|
|
15
|
-
import Description from '../CaseInformation/Description';
|
|
16
14
|
import Severity from '../CaseInformation/Severity';
|
|
17
15
|
import SupportLevel from '../CaseInformation/SupportLevel';
|
|
18
16
|
import CaseLanguageSelector from '../CaseManagement/CaseLanguageSelector';
|
|
@@ -98,7 +96,6 @@ export default function IdeaInformation() {
|
|
|
98
96
|
!isMetadataLoadingError() &&
|
|
99
97
|
canManageCase(loggedInUserJwtToken) && (React.createElement(React.Fragment, null,
|
|
100
98
|
React.createElement("form", null,
|
|
101
|
-
React.createElement(Description, { inlineEditable: false, customTitle: t(KtQuestionConstant.ideaIssue) }),
|
|
102
99
|
React.createElement(KtQuestions, { onlyShowKT4: true }),
|
|
103
100
|
React.createElement(SupportLevel, null),
|
|
104
101
|
React.createElement(Grid, { hasGutter: true },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.160",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"defaults and supports es6-module",
|
|
132
132
|
"maintained node versions"
|
|
133
133
|
],
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "14742a04068abee539d32bb119ec083324cc86f4"
|
|
135
135
|
}
|