feat(SW-892): Moved Pet Room Info Tooltip inside filter button
This commit is contained in:
@@ -11,6 +11,7 @@ export interface FilterChipProps {
|
||||
value?: string
|
||||
selected?: boolean
|
||||
disabled?: boolean
|
||||
tooltipText: string | undefined
|
||||
}
|
||||
|
||||
export type FilterChipCheckboxProps = Omit<FilterChipProps, "type">
|
||||
|
||||
Reference in New Issue
Block a user