Skip to content

Commit

Permalink
update lock file (#1600)
Browse files Browse the repository at this point in the history
* update lock file

* fix type error
  • Loading branch information
logan-anderson authored Jul 4, 2023
1 parent 900ebcf commit 7fb4c0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions components/blocks/Features.template.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { TinaTemplate } from 'tinacms'
import type { Template, TinaField } from 'tinacms'
import { actionsTemplate } from './Actions.template'

export const featuresTemplate: TinaTemplate = {
export const featuresTemplate: Template = {
label: 'Features',
name: 'features',
ui: {
Expand Down Expand Up @@ -102,7 +102,7 @@ export const featuresTemplate: TinaTemplate = {
},
],
},
],
] as TinaField[],
},
],
}
2 changes: 1 addition & 1 deletion tina/tina-lock.json

Large diffs are not rendered by default.

1 comment on commit 7fb4c0d

@vercel
Copy link

@vercel vercel bot commented on 7fb4c0d Jul 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tina-io – ./

tina-io-git-master-tinacms.vercel.app
tina-io-tinacms.vercel.app
tina.io

Please sign in to comment.