Skip to content

Commit

Permalink
fix: incorrect baseUrl for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
plinnegan committed Nov 3, 2021
1 parent 41bb74f commit 66867a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RowCatFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const RowCatFilter = ({
}) => {
const [rowFilter, setRowFilter] = useState(catFilter)
const [filterError, setFilterError] = useState('')
const { appUrl } = useConfig()
const { baseUrl: appUrl } = useConfig()
const baseUrl = getBaseUrl(appUrl)
const coFilters = rowData?.coFilters ? rowData.coFilters : {}

Expand Down

0 comments on commit 66867a3

Please sign in to comment.