Skip to content

Commit

Permalink
♻️ Fix Auto-Filled Filename for Blog Schema (#2226)
Browse files Browse the repository at this point in the history
remove auto filled filename
  • Loading branch information
joshbermanssw committed Sep 24, 2024
1 parent 75d2881 commit 629f7e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion tina/collectionsSchema/blogs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const blogsCollection = {
type: 'string',
name: 'title',
label: 'Title',
isTitle: true,
required: true,
list: false,
ui: {
Expand Down
3 changes: 2 additions & 1 deletion tina/tina-lock.json

Large diffs are not rendered by default.

0 comments on commit 629f7e5

Please sign in to comment.