This repository was archived by the owner on Dec 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ const Options = ({dispatch, options}) =>
5858 < Form . Select
5959 label = 'Identifier Names Generator'
6060 value = { options . identifierNamesGenerator }
61+ fluid
6162 onChange = { ( event , { value} ) => dispatch ( actions . setIdentifierNamesGenerator ( value ) ) }
6263 options = { IDENTIFIER_NAMES_GENERATOR_OPTIONS } />
6364
@@ -134,6 +135,7 @@ const Options = ({dispatch, options}) =>
134135 < Form . Select
135136 disabled = { ! options . stringArrayEncodingEnabled }
136137 label = 'String Array Encoding'
138+ fluid
137139 value = { options . stringArrayEncoding }
138140 onChange = { ( event , { value} ) => dispatch ( actions . setStringArrayEncoding ( value ) ) }
139141 options = { STRING_ARRAY_ENCODING_OPTIONS } />
@@ -213,6 +215,7 @@ const Options = ({dispatch, options}) =>
213215 < Form . Select
214216 label = 'Sourcemaps'
215217 value = { options . sourceMapMode }
218+ fluid
216219 onChange = { ( event , { value} ) => dispatch ( actions . setSourceMapMode ( value ) ) }
217220 options = { SOURCEMAP_OPTIONS } />
218221
@@ -246,6 +249,7 @@ const Options = ({dispatch, options}) =>
246249 < Form . Select
247250 label = 'Target'
248251 value = { options . target }
252+ fluid
249253 onChange = { ( event , { value} ) => dispatch ( actions . setTarget ( value ) ) }
250254 options = { TARGET_OPTIONS } />
251255
You can’t perform that action at this time.
0 commit comments