fix(sorting): add the missing the resources columns.

This commit is contained in:
a.bouhuolia
2021-03-06 14:11:28 +02:00
parent 32e5695950
commit b03a27aefb
9 changed files with 84 additions and 7 deletions

View File

@@ -163,7 +163,7 @@ export default class Expense extends TenantModel {
},
published: {
label: "Published",
column: "published",
column: "published_at",
},
created_at: {
label: "Created at",