feat(SW-892): Moved Pet Room Info Tooltip inside filter button

This commit is contained in:
Pontus Dreij
2024-11-14 10:23:06 +01:00
parent 446e1c7e51
commit 354e455684
3 changed files with 14 additions and 4 deletions
+1
View File
@@ -11,6 +11,7 @@ export interface FilterChipProps {
value?: string
selected?: boolean
disabled?: boolean
tooltipText: string | undefined
}
export type FilterChipCheckboxProps = Omit<FilterChipProps, "type">