Remove triggers
This commit is contained in:
parent
85fd5df516
commit
4973fd1f14
5 changed files with 0 additions and 6 deletions
|
|
@ -70,7 +70,6 @@ const FilterBar = (props: Props) => {
|
|||
{props.children}
|
||||
<Select
|
||||
defaultValue={-1}
|
||||
trigger={'All elements'}
|
||||
open={elementOpen}
|
||||
onChange={elementSelectChanged}
|
||||
onClick={openElementSelect}
|
||||
|
|
@ -111,7 +110,6 @@ const FilterBar = (props: Props) => {
|
|||
|
||||
<Select
|
||||
defaultValue={-1}
|
||||
trigger={'All time'}
|
||||
open={recencyOpen}
|
||||
onChange={recencySelectChanged}
|
||||
onClick={openRecencySelect}
|
||||
|
|
|
|||
|
|
@ -102,7 +102,6 @@ const JobDropdown = React.forwardRef<HTMLSelectElement, Props>(
|
|||
|
||||
return (
|
||||
<Select
|
||||
trigger={'Select a class...'}
|
||||
placeholder={'Select a class...'}
|
||||
open={open}
|
||||
onClick={openJobSelect}
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ const JobSkillSearchFilterBar = (props: Props) => {
|
|||
<div className="SearchFilterBar">
|
||||
<Select
|
||||
defaultValue={-1}
|
||||
trigger={'All elements'}
|
||||
open={open}
|
||||
onChange={onChange}
|
||||
onClick={openSelect}
|
||||
|
|
|
|||
|
|
@ -131,7 +131,6 @@ const RaidDropdown = React.forwardRef<HTMLSelectElement, Props>(
|
|||
return (
|
||||
<Select
|
||||
defaultValue={props.defaultRaid}
|
||||
trigger={'Select a raid...'}
|
||||
placeholder={'Select a raid...'}
|
||||
open={open}
|
||||
onClick={openRaidSelect}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ import WeaponHovercard from '~components/WeaponHovercard'
|
|||
import UncapIndicator from '~components/UncapIndicator'
|
||||
import Button from '~components/Button'
|
||||
|
||||
import { ButtonType } from '~utils/enums'
|
||||
import type { SearchableObject } from '~types'
|
||||
|
||||
import PlusIcon from '~public/icons/Add.svg'
|
||||
|
|
|
|||
Loading…
Reference in a new issue