Skip to content

Commit

Permalink
fix interface dropdown component names
Browse files Browse the repository at this point in the history
  • Loading branch information
benosman authored and dimitrov-adrian committed Jun 10, 2021
1 parent 9011c30 commit c944bfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
type: "string",
meta: {
width: "half",
interface: "dropdown",
interface: "select-dropdown",
options: {
choices: [
{ text: "sans-serif", value: "sans-serif" },
Expand Down Expand Up @@ -55,7 +55,7 @@ export default {
},
meta: {
width: "half",
interface: "dropdown-multiselect",
interface: "select-multiple-dropdown",
options: {
choices: [
{ value: "header", text: "Header" },
Expand Down
2 changes: 1 addition & 1 deletion src/interface.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
"code",
"image",
"paragraph",
"delimeter",
"delimiter",
"checklist",
"quote",
"underline"
Expand Down

0 comments on commit c944bfa

Please sign in to comment.