change(ui) - funnels calls
This commit is contained in:
parent
ece5b482e6
commit
c622891299
2 changed files with 2 additions and 5 deletions
|
|
@ -94,9 +94,8 @@ export default class BugFinder extends React.PureComponent {
|
|||
if (props.sessions.size === 0) {
|
||||
props.fetchSessions();
|
||||
}
|
||||
props.resetFunnel();
|
||||
props.resetFunnelFilters();
|
||||
props.fetchFunnelsList(LAST_7_DAYS)
|
||||
// props.resetFunnel();
|
||||
// props.resetFunnelFilters();
|
||||
|
||||
const queryFilter = this.props.query.all(allowedQueryKeys);
|
||||
if (queryFilter.hasOwnProperty('userId')) {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ import SaveFilterButton from 'Shared/SaveFilterButton';
|
|||
import { connect } from 'react-redux';
|
||||
import { Button } from 'UI';
|
||||
import { edit, addFilter } from 'Duck/search';
|
||||
import SaveFunnelButton from '../SaveFunnelButton';
|
||||
|
||||
interface Props {
|
||||
appliedFilter: any;
|
||||
|
|
@ -82,7 +81,6 @@ function SessionSearch(props: Props) {
|
|||
</FilterSelection>
|
||||
</div>
|
||||
<div className="ml-auto flex items-center">
|
||||
<SaveFunnelButton />
|
||||
<SaveFilterButton />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue