@ssplib/react-components 0.0.69 → 0.0.70
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.
|
@@ -126,7 +126,7 @@ function Table({ columns, fetchFunc, emptyMsg = {
|
|
|
126
126
|
if (status.includes(key)) {
|
|
127
127
|
switch (key) {
|
|
128
128
|
case 'P':
|
|
129
|
-
if ('
|
|
129
|
+
if ('EM ANÁLISE'.includes(searchValue.toLowerCase())) {
|
|
130
130
|
exists = true;
|
|
131
131
|
}
|
|
132
132
|
return;
|
|
@@ -236,7 +236,7 @@ function Table({ columns, fetchFunc, emptyMsg = {
|
|
|
236
236
|
const getStatusMsg = (0, react_1.useCallback)((cod) => {
|
|
237
237
|
switch (cod) {
|
|
238
238
|
case 'P':
|
|
239
|
-
return (react_1.default.createElement(Typography_1.default, { color: '#F59E0B', fontWeight: 600, fontFamily: 'Inter' }, "
|
|
239
|
+
return (react_1.default.createElement(Typography_1.default, { color: '#F59E0B', fontWeight: 600, fontFamily: 'Inter' }, "EM AN\u00C1LISE"));
|
|
240
240
|
case 'A':
|
|
241
241
|
return (react_1.default.createElement(Typography_1.default, { color: '#22C55E', fontWeight: 600, fontFamily: 'Inter' }, "CADASTRADO"));
|
|
242
242
|
case 'C':
|