You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref(replay): Refactor how we refresh bulk delete notifications (#97893)
Instead of getting a direct reference to the `refresh` method, we can
instead clear the cached data which will trigger a refresh. This
decouples the Refresh button from the rest of the hook because they're
two ideas and don't need to be in the same spot in the same file like
they were before.
0 commit comments