Skip to content

Commit

Permalink
Remove \t from label
Browse files Browse the repository at this point in the history
  • Loading branch information
haohanyang committed Dec 13, 2024
1 parent 161833e commit a45f873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/QueryEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const queryTypes: Array<SelectableValue<string>> = [
icon: "chart-line"
},
{
label: "Data Table\t",
label: "Data Table",
value: QueryType.TABLE,
icon: "table"
}
Expand Down

0 comments on commit a45f873

Please sign in to comment.