Skip to content

Commit

Permalink
fix(TopShards): fix data update on schema object change (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemmufazalov authored Sep 2, 2024
1 parent 75780c7 commit 024fec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Tenant/Diagnostics/TopShards/TopShards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const TopShards = ({tenantName, path, type}: TopShardsProps) => {

const [sortOrder, setSortOrder] = React.useState(TOP_SHARD_COLUMNS_IDS.CPUCores);
const {
data: result,
currentData: result,
isFetching,
error,
} = shardApi.useSendShardQueryQuery(
Expand Down

0 comments on commit 024fec4

Please sign in to comment.