mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat(native-filters): add support for preselect filters (#15427)
* feat(native-filters): add support for sharing preselected filters * abc * add serialization
This commit is contained in:
@@ -80,11 +80,11 @@ class AnchorLink extends React.PureComponent {
|
||||
<span className="anchor-link-container" id={anchorLinkId}>
|
||||
{showShortLinkButton && (
|
||||
<URLShortLinkButton
|
||||
url={getDashboardUrl(
|
||||
window.location.pathname,
|
||||
url={getDashboardUrl({
|
||||
pathname: window.location.pathname,
|
||||
filters,
|
||||
anchorLinkId,
|
||||
)}
|
||||
hash: anchorLinkId,
|
||||
})}
|
||||
emailSubject={t('Superset chart')}
|
||||
emailContent={t('Check out this chart in dashboard:')}
|
||||
placement={placement}
|
||||
|
||||
Reference in New Issue
Block a user