Skip to content

Commit

Permalink
Fix selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
hetunandu committed Oct 7, 2024
1 parent eee09c8 commit b1683d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function usePluginActionResponseTabs() {

if (showSchema) {
newTabs.push({
key: "schema",
key: DEBUGGER_TAB_KEYS.SCHEMA_TAB,
title: "Schema",
panelComponent: (
<Schema
Expand All @@ -123,7 +123,7 @@ function usePluginActionResponseTabs() {
}

newTabs.push({
key: "response",
key: DEBUGGER_TAB_KEYS.RESPONSE_TAB,
title: createMessage(DEBUGGER_RESPONSE),
panelComponent: (
<QueryResponseTab
Expand Down

0 comments on commit b1683d0

Please sign in to comment.