Skip to content

Commit 1beef31

Browse files
authored
fix(QueryResultViewer): change tabs order (#2303)
1 parent 9308686 commit 1beef31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const RESULT_OPTIONS_TITLES: Record<SectionID, string> = {
7171
};
7272

7373
const EXECUTE_SECTIONS: SectionID[] = ['result', 'schema', 'simplified', 'stats'];
74-
const EXPLAIN_SECTIONS: SectionID[] = ['schema', 'json', 'simplified', 'ast'];
74+
const EXPLAIN_SECTIONS: SectionID[] = ['schema', 'simplified', 'json', 'ast'];
7575

7676
interface ExecuteResultProps {
7777
result: QueryResult;

0 commit comments

Comments
 (0)