publish without error
This commit is contained in:
parent
6990469c67
commit
a49ddeac9e
3 changed files with 7 additions and 7 deletions
|
@ -20,15 +20,15 @@ export default {
|
|||
fields: [
|
||||
{
|
||||
name: "full_name",
|
||||
// sortField: "name"
|
||||
// sortField: "full_name"
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
// sortField: "email"
|
||||
sortField: "email"
|
||||
},
|
||||
{
|
||||
name: "date_of_birth",
|
||||
// sortField: "birthdate",
|
||||
sortField: "date_of_birth",
|
||||
// titleClass: "text-center",
|
||||
// dataClass: "text-center",
|
||||
// callback: "formatDate|DD-MM-YYYY"
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue