Skip to content

History list doesn't render updates for labels and favorites #750

@eezing

Description

@eezing

Current Behavior

  1. List not updated on label change.
Given items in history list
When I change label of any item
Then list is not updated
  1. List not updated on favorites change.
Given items in history list
When I click the star icon on any item
Then list is not updated

Possible Solution

this.setState({ ...this.historyStore.items, ...this.favoriteStore.items });

this.setState({ ...this.historyStore.items, ...this.favoriteStore.items });

I think this is the intention:

 this.setState({ queries: [...this.historyStore.items, ...this.favoriteStore.items] });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions