Skip to content

Commit

Permalink
def value 10 -> 1
Browse files Browse the repository at this point in the history
  • Loading branch information
lee committed Jan 9, 2025
1 parent ef56e02 commit b057336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playground/blocks/block_expansion_disasterAlert.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Entry.EXPANSION_BLOCK.disasterAlert.getBlocks = function () {
],
events: {},
def: {
params: [DisasterAlertCategory.value, null, DisasterAlertOptions.value],
params: [DisasterAlertCategory.value, 1, DisasterAlertOptions.value],
type: 'get_disaster_alert',
},
pyHelpDef: {
Expand Down

0 comments on commit b057336

Please sign in to comment.