Skip to content

Commit

Permalink
Fixed confusing naming of field select.
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorWebb96 committed Aug 10, 2023
1 parent 6db9385 commit 0c259f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bb-kanban-draggable",
"version": "1.2.2",
"version": "1.2.3",
"description": "Dragable Kanban cards area allowing for status changes.",
"license": "MIT",
"svelte": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
{
"type": "field",
"label": "Kanban Card Titles",
"label": "Relationship Field",
"key": "kanbanCardTitles",
"dependsOn": "dataProvider",
"required": true
Expand Down

0 comments on commit 0c259f3

Please sign in to comment.