Skip to content

Commit

Permalink
fix ux with includeSelection drop down
Browse files Browse the repository at this point in the history
  • Loading branch information
theduckylittle committed Nov 8, 2024
1 parent bca0ff4 commit 5295069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gm3/components/print/printModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ export class PrintModal extends Modal {
includeSelection: evt.target.value,
});
}}
value={this.state.resolution}
value={this.state.includeSelection}
>
<option value="true">{t("yes")}</option>
<option value="false">{t("no")}</option>
Expand Down

0 comments on commit 5295069

Please sign in to comment.