itube-specs 0.0.751 → 0.0.752
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.
|
@@ -223,6 +223,13 @@ export const reportFormsScheme: Array<IReportScheme> = [
|
|
|
223
223
|
wide: true,
|
|
224
224
|
marginClass: '_mb-16'
|
|
225
225
|
},
|
|
226
|
+
{
|
|
227
|
+
type: 'heading',
|
|
228
|
+
value: 'malwareReasonHeading',
|
|
229
|
+
text: 'malware_reason_text',
|
|
230
|
+
wide: true,
|
|
231
|
+
marginClass: '_mb-12'
|
|
232
|
+
},
|
|
226
233
|
...(reportMalwareItems).map((value, index)=> ({
|
|
227
234
|
type: 'radio',
|
|
228
235
|
value,
|