11import React , { PureComponent , ReactNode } from 'react' ;
2- import { List } from 'immutable' ;
32
43import { Modal } from '../../Modal' ;
54import { ComponentsAPIWrapper , getDefaultAPIWrapper } from '../../APIWrapper' ;
@@ -223,7 +222,7 @@ export class PrintLabelsModalImpl extends PureComponent<PrintModalProps & Inject
223222 < >
224223 < div className = "bottom-padding" > { message } </ div >
225224 < div >
226- < strong > Number of copies</ strong >
225+ < label > Number of copies</ label >
227226 < input
228227 className = "form-control label-printing--copies"
229228 min = { 1 }
@@ -234,7 +233,7 @@ export class PrintLabelsModalImpl extends PureComponent<PrintModalProps & Inject
234233 />
235234 { showSelection && (
236235 < div className = "top-padding" >
237- < strong > Selected samples to print</ strong >
236+ < label > Selected samples to print</ label >
238237 < QuerySelect
239238 formsy = { false }
240239 fireQSChangeOnInit = { true }
@@ -247,15 +246,14 @@ export class PrintLabelsModalImpl extends PureComponent<PrintModalProps & Inject
247246 placeholder = "Select or type to search..."
248247 required = { false }
249248 schemaQuery = { model . schemaQuery }
250- queryFilters = { List ( model . filters ) }
251249 displayColumn = { displayColumn }
252250 valueColumn = { valueColumn }
253251 value = { this . props . sampleIds ?. join ( ',' ) }
254252 />
255253 </ div >
256254 ) }
257255 < div className = "top-padding" >
258- < strong > Label template</ strong >
256+ < label > Label template</ label >
259257 < QuerySelect
260258 formsy = { false }
261259 fireQSChangeOnInit
0 commit comments