Skip to content

Commit 05c0549

Browse files
max-zillalmarini
andauthored
Use less confusing error message on missing updated time (#752)
* Use less confusing error message on missing updated time * Use Pending on update timestamp * Added ... to "Pending..." --------- Co-authored-by: Luigi Marini <[email protected]>
1 parent e775889 commit 05c0549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/utils/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export function parseDate(dateString, formatString = "yyyy-MM-dd HH:mm:ss") {
8282
return error["message"];
8383
}
8484
} else {
85-
return "Invalid time value!";
85+
return "Pending...";
8686
}
8787
}
8888

0 commit comments

Comments
 (0)