Skip to content

Commit

Permalink
Update blocks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Jul 22, 2020
1 parent 9695c60 commit de91e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Azure_ClassifyImage_20190901/blockly/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ Blockly.Blocks['azure_classifyimage_video'] = {
this.appendDummyInput()
.appendField(Blockly.Msg.AZURECLASSIFYIMAGE_RESULT_SHOW)
.appendField(new Blockly.FieldDropdown([
["show","block"],
["hide","none"]
["Y","block"],
["N","none"]
]), "result_");
this.appendDummyInput()
.appendField(Blockly.Msg.AZURECLASSIFYIMAGE_OPACITY_SHOW)
Expand Down

0 comments on commit de91e77

Please sign in to comment.