Skip to content

Commit 603080c

Browse files
committed
fix: getStats button
1 parent 7d96ef7 commit 603080c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/containers/Tenant/Query/QueryResult/QueryResultViewer.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ export function QueryResultViewer({
168168
};
169169

170170
const renderClipboardButton = () => {
171+
if (isLoading) {
172+
return null;
173+
}
174+
171175
const statsToCopy = getStatsToCopy();
172176
const copyText = getStringifiedData(statsToCopy);
173177
if (!copyText) {

0 commit comments

Comments
 (0)