Skip to content

Commit

Permalink
Minor bug fix to schema default value.
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorWebb96 committed Oct 6, 2023
1 parent 1874805 commit 0d3bf68
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-qr-generator",
"version": "1.0.0",
"version": "1.0.1",
"description": "Qr code generation and display",
"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 @@ -94,7 +94,7 @@
"type": "select",
"label": "Mime type",
"key": "mimeType",
"defaultValue": "image/png",
"defaultValue": "png",
"showInBar": true,
"barStyle": "picker",
"options": [
Expand Down

0 comments on commit 0d3bf68

Please sign in to comment.