Loading src/components/presentational/SearchAndFilterInput.jsx +3 −2 Original line number Original line Diff line number Diff line Loading @@ -368,8 +368,8 @@ export default function SearchAndFilterInput(props) { {pyGeoAPIFlag && ( {pyGeoAPIFlag && ( <div className="panelSection panelBar"> <div className="panelSection panelBar"> <span> <span> <FormControl sx={{ minWidth: 150 }}> <FormControl sx={{ minWidth: 150 , minHeight: 40}}> <InputLabel id="selectQueryLabel" size="small"> <InputLabel id="selectQueryLabel" size="small" style={{paddingTop: '0.2rem'}}> Select Query Select Query </InputLabel> </InputLabel> <Select <Select Loading @@ -379,6 +379,7 @@ export default function SearchAndFilterInput(props) { value={selectedOptions} value={selectedOptions} onChange={handleOptionChange} onChange={handleOptionChange} renderValue={(selected) => selected.join(', ')} renderValue={(selected) => selected.join(', ')} style={{height: 43}} > > {queryableTitles.map((title) => ( {queryableTitles.map((title) => ( <MenuItem key={title} value={title}> <MenuItem key={title} value={title}> Loading Loading
src/components/presentational/SearchAndFilterInput.jsx +3 −2 Original line number Original line Diff line number Diff line Loading @@ -368,8 +368,8 @@ export default function SearchAndFilterInput(props) { {pyGeoAPIFlag && ( {pyGeoAPIFlag && ( <div className="panelSection panelBar"> <div className="panelSection panelBar"> <span> <span> <FormControl sx={{ minWidth: 150 }}> <FormControl sx={{ minWidth: 150 , minHeight: 40}}> <InputLabel id="selectQueryLabel" size="small"> <InputLabel id="selectQueryLabel" size="small" style={{paddingTop: '0.2rem'}}> Select Query Select Query </InputLabel> </InputLabel> <Select <Select Loading @@ -379,6 +379,7 @@ export default function SearchAndFilterInput(props) { value={selectedOptions} value={selectedOptions} onChange={handleOptionChange} onChange={handleOptionChange} renderValue={(selected) => selected.join(', ')} renderValue={(selected) => selected.join(', ')} style={{height: 43}} > > {queryableTitles.map((title) => ( {queryableTitles.map((title) => ( <MenuItem key={title} value={title}> <MenuItem key={title} value={title}> Loading