Skip to content

Commit

Permalink
Update JSONSchemaInput.js
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Mar 8, 2024
1 parent 5428796 commit e5ee64c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/renderer/src/stories/JSONSchemaInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -873,8 +873,6 @@ export class JSONSchemaInput extends LitElement {
},
});

console.log(list)

if (itemSchema.enum) {

const search = new Search({
Expand Down Expand Up @@ -906,7 +904,7 @@ export class JSONSchemaInput extends LitElement {
else {
const input = document.createElement("input");
input.classList.add("guided--input");
input.placeholder = "Provide an item for the list"
input.placeholder = "Add an item to the list"

const submitButton = new Button({
label: "Submit",
Expand Down

0 comments on commit e5ee64c

Please sign in to comment.