Skip to content

Commit

Permalink
update line lenth
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson committed Nov 25, 2020
1 parent 16f00d6 commit d611270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ const SavedQueries = ({
}}
showLineNumbers={false}
>
{shortenSQL(q.sql, 6)}
{shortenSQL(q.sql, 25)}
</SyntaxHighlighter>
</QueryContainer>
) : (
Expand Down

0 comments on commit d611270

Please sign in to comment.