We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0354cd1 commit 90d73b3Copy full SHA for 90d73b3
module/documents/effects/actions/update-track-rule-action.mjs
@@ -27,7 +27,7 @@ export class UpdateTrackRuleAction extends RuleActionDataModel {
27
}),
28
identifier: new fields.StringField(),
29
notify: new fields.BooleanField(),
30
- value: new fields.StringField({ blank: true }),
+ amount: new fields.StringField({ blank: true }),
31
});
32
}
33
0 commit comments