Skip to content

Commit

Permalink
fix(listexample): removed duplicated field. Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaTuci committed Jan 12, 2024
1 parent 11f1d1e commit 22858ba
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions example/pages/listexample/_detail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export default {
synci18n: true,
},
{
value: "pubblication_date",
value: "publication_date",
label: this.$t("pubblicationDate"),
accessor: {
set: ({ val, model }) => {
Expand Down Expand Up @@ -406,13 +406,6 @@ export default {
type: "time",
synci18n: true,
},
{
value: "pubblication_date",
label: this.$t("pubblicationDate"),
type: "datetime",
synci18n: true,
attrs: { range: false },
},
{
value: "meta.range_datetime",
type: "datetime",
Expand Down

0 comments on commit 22858ba

Please sign in to comment.