Skip to content

Commit

Permalink
Out of scope
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Jan 16, 2024
1 parent 0f668aa commit a7f8f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/FilterBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function FilterInput(props) {
const [active, setActive] = useState(false)
const [property, setProperty] = useState("")
const [value, setValue] = useState("")
const properties=["Service", "Namespace", "Owner", "Domain"]
const properties=["Service", "Namespace", "Domain"]
const { addFilter, filterValueByProperty } = props;
const inputRef = useRef(null);

Expand Down

0 comments on commit a7f8f5c

Please sign in to comment.