From fee75cdffbfe7cbeb2b7dee869df8b08c605b898 Mon Sep 17 00:00:00 2001 From: Benjamin King Date: Fri, 16 Mar 2018 09:27:46 -0400 Subject: [PATCH] add missing value to select tag --- src/scripts/components/imagepanel/select.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/scripts/components/imagepanel/select.js b/src/scripts/components/imagepanel/select.js index 5a176c4..a595f5c 100644 --- a/src/scripts/components/imagepanel/select.js +++ b/src/scripts/components/imagepanel/select.js @@ -32,6 +32,7 @@ export default class ImageResSelection extends React.Component { var fileType = this.state.fileType; var resolution = this.state.resolution; var worldfile = this.state.worldfile; + if (type === 'resolution') { resolution = value; } else if (type === 'worldfile') { @@ -53,7 +54,7 @@ export default class ImageResSelection extends React.Component { @@ -68,6 +69,7 @@ export default class ImageResSelection extends React.Component {