Skip to content

Commit

Permalink
[OPIK-635] [Experiments page] After deleting all experiments page sho…
Browse files Browse the repository at this point in the history
…ws empty state message for few seconds (#915)
  • Loading branch information
andriidudar authored Dec 18, 2024
1 parent 9d042a9 commit b3e9276
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const useExperimentBatchDeleteMutation = () => {
});
},
onSettled: () => {
queryClient.invalidateQueries({ queryKey: ["datasets"] });
return queryClient.invalidateQueries({
queryKey: ["experiments"],
});
Expand Down

0 comments on commit b3e9276

Please sign in to comment.