Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Mar 19, 2024
1 parent b4b7f10 commit 5f73568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/core/components/encounter_picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class AdvancedEncounterModal extends BaseModal {
new BooleanPicker<Encounter>(header, encounter, {
label: 'Use Health',
labelTooltip: 'Uses a damage limit in place of a duration limit. Damage limit is equal to sum of all targets health.',
inline: true,
changedEvent: (encounter: Encounter) => encounter.changeEmitter,
getValue: (encounter: Encounter) => encounter.getUseHealth(),
setValue: (eventID: EventID, encounter: Encounter, newValue: boolean) => {
Expand Down

0 comments on commit 5f73568

Please sign in to comment.