Skip to content

Commit

Permalink
Update default query. (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand authored Jun 13, 2023
1 parent c8016a4 commit a9982a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/components/Main/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export class Main extends React.Component<MainProps, MainState> {
this.onChange = this.onChange.bind(this);
this.state = {
language: 'SQL',
sqlQueriesString: 'SHOW tables LIKE %;',
sqlQueriesString: 'SHOW tables LIKE \'%\';',
pplQueriesString: '',
queries: [],
queryTranslations: [],
Expand Down

0 comments on commit a9982a9

Please sign in to comment.