We upgraded Elastic Cloud version 7.13.2 to 7.15.2.
In our web page, we have a button and embed Dashboard like this.

The dashboard URL in iframe is saved object embed code what Kibana provides which is like below.
https://[DOMAIN].co.jp/s/[SPACE]/app/kibana#/dashboard/[ID]?embed=true&_g=(refreshInterval%3A(pause%3A!t%2Cvalue%3A0)%2Ctime%3A(from%3Anow-7d%2Fd%2Cto%3Anow))
When the button is clicked, above URL is reloaded to clear existing filters and update the dashboard which worked fine with v.7.13.2.
However in v.7.15.2, filters reappear and the dashboard data is filtered although the button is clicked.
What should I do to use the button just like before?
If the filter state is stored in the url, how can I clear the state and go back to unfiltered dashboard again?