Bugfix: custom props modal opens up with no filters (#4301)

This commit is contained in:
hq1 2024-07-02 14:45:48 +02:00 committed by GitHub
parent c871759fc1
commit 839691d29f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@ export default function Properties(props) {
BUILD_EXTRA && { name: 'total_revenue', label: 'Revenue', hiddenOnMobile: true },
BUILD_EXTRA && { name: 'average_revenue', label: 'Average', hiddenOnMobile: true }
]}
detailsLink={`/custom-prop-values/${propKey}`}
detailsLink={url.sitePath(`custom-prop-values/${propKey}`)}
maybeHideDetails={true}
query={query}
color="bg-red-50"