@omniumretail/component-library 1.1.87 → 1.1.89
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.
package/package.json
CHANGED
|
@@ -187,7 +187,7 @@ Primary.args = {
|
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"Id": "35562A64-A24B-425A-A345-560238CA2468",
|
|
190
|
-
"QuestionId": "
|
|
190
|
+
"QuestionId": "1123D17A8A5-E299-47D3-AB49-684135DB23A3",
|
|
191
191
|
"Subject": "This is a Subject",
|
|
192
192
|
"Description": "This is a description",
|
|
193
193
|
"Grade": "25",
|
|
@@ -196,7 +196,7 @@ Primary.args = {
|
|
|
196
196
|
},
|
|
197
197
|
{
|
|
198
198
|
"Id": "35562A64-A24B-425A-A345-560238CA2468",
|
|
199
|
-
"QuestionId": "
|
|
199
|
+
"QuestionId": "3sssD17A8A5-E299-47D3-AB49-684135DB23A3",
|
|
200
200
|
"Subject": "This is a Subject",
|
|
201
201
|
"Description": "This is a description",
|
|
202
202
|
"Grade": "25",
|
|
@@ -37,7 +37,8 @@ const updateCategoryAnswers = (CategoryAnswers: any[], categoryToUpdate: any, up
|
|
|
37
37
|
return {
|
|
38
38
|
...question,
|
|
39
39
|
Answer: updatedQuestions[index].Answer,
|
|
40
|
-
Note: updatedQuestions[index].Note
|
|
40
|
+
Note: updatedQuestions[index].Note,
|
|
41
|
+
Files: updatedQuestions[index].Files
|
|
41
42
|
};
|
|
42
43
|
});
|
|
43
44
|
}
|
|
@@ -197,8 +197,6 @@ export const ResponsiveTable = (props: ResponsiveTableCustomProps) => {
|
|
|
197
197
|
|
|
198
198
|
}).filter(el => el !== undefined) as any;
|
|
199
199
|
|
|
200
|
-
console.log();
|
|
201
|
-
|
|
202
200
|
const columnActions = {
|
|
203
201
|
key: 'action',
|
|
204
202
|
title: headingTranslationsKey ? t(`${headingTranslationsKey}.${'action'}`) : 'action',
|