date -> created
This commit is contained in:
@@ -29,7 +29,7 @@ const columns = {
|
|||||||
hideMobile: true,
|
hideMobile: true,
|
||||||
},
|
},
|
||||||
creationTime: {
|
creationTime: {
|
||||||
label: t('main.table.date'),
|
label: t('main.table.created'),
|
||||||
hideMobile: true,
|
hideMobile: true,
|
||||||
sort(a, b) {
|
sort(a, b) {
|
||||||
if (!a) return 1;
|
if (!a) return 1;
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ const columns = {
|
|||||||
hideMobile: true,
|
hideMobile: true,
|
||||||
},
|
},
|
||||||
creationTime: {
|
creationTime: {
|
||||||
label: t('main.table.date'),
|
label: t('main.table.created'),
|
||||||
sort: true
|
sort: true
|
||||||
},
|
},
|
||||||
actions: {}
|
actions: {}
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ const columns = {
|
|||||||
hideMobile: true,
|
hideMobile: true,
|
||||||
},
|
},
|
||||||
creationTime: {
|
creationTime: {
|
||||||
label: t('main.table.date'),
|
label: t('main.table.created'),
|
||||||
sort: true,
|
sort: true,
|
||||||
hideMobile: true,
|
hideMobile: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user