Commit aff9ad15 authored by ausvat's avatar ausvat
Browse files

Updated Select Query box

parent 69341f54
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -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
@@ -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}>