Skip to content

Commit

Permalink
fix ts ignore spot
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbermanssw committed Nov 8, 2024
1 parent bec1cca commit 5b13152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/blocks/Events/Events.template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ export const eventsTemplate: Template = {
label: item.headline,
}),
},
//@ts-ignore https://tina.io/docs/reference/toolkit/fields/date/#datetimepickerprops and https://tina.io/docs/reference/toolkit/fields/number/
// type error as utc, options and step fields aren't formally recognised but valid as per docs (linked above)
fields: [
{ name: 'headline', label: 'Headline', type: 'string' },
{
Expand Down

0 comments on commit 5b13152

Please sign in to comment.