We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 766b1b5 + 3c9dab3 commit 8df4b15Copy full SHA for 8df4b15
src/admin/components/views/Version/Compare/index.tsx
@@ -76,7 +76,7 @@ const CompareVersion: React.FC<Props> = (props) => {
76
setOptions((existingOptions) => [
77
...existingOptions,
78
...data.docs.map((doc) => ({
79
- label: formatDate(doc.createdAt, dateFormat, i18n?.language),
+ label: formatDate(doc.updatedAt, dateFormat, i18n?.language),
80
value: doc.id,
81
})),
82
]);
0 commit comments