{record.critical ? (
@@ -131,6 +146,10 @@ export function JobNotesComponent({
},
];
+ const handleTableChange = (pagination, filters, sorter) => {
+ setFilter(filters);
+ };
+
return (
@@ -166,6 +185,7 @@ export function JobNotesComponent({
columns={columns}
rowKey="id"
dataSource={data}
+ onChange={handleTableChange}
/>
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index e639faaff..e0406f16c 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -1919,7 +1919,9 @@
"labels": {
"addtorelatedro": "Add to Related ROs",
"newnoteplaceholder": "Add a note...",
- "notetoadd": "Note to Add"
+ "notetoadd": "Note to Add",
+ "systemnotes": "System Notes",
+ "usernotes": "User Notes"
},
"successes": {
"create": "Note created successfully.",
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index d0de45bf3..1d2a79972 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -1919,7 +1919,9 @@
"labels": {
"addtorelatedro": "",
"newnoteplaceholder": "Agrega una nota...",
- "notetoadd": ""
+ "notetoadd": "",
+ "systemnotes": "",
+ "usernotes": ""
},
"successes": {
"create": "Nota creada con éxito.",
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index b1dfc0c2d..39b59c5ba 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -1919,7 +1919,9 @@
"labels": {
"addtorelatedro": "",
"newnoteplaceholder": "Ajouter une note...",
- "notetoadd": ""
+ "notetoadd": "",
+ "systemnotes": "",
+ "usernotes": ""
},
"successes": {
"create": "Remarque créée avec succès.",