Skip to content

Commit

Permalink
Merge branch 'main' into web-console/table-queries-error-support
Browse files Browse the repository at this point in the history
  • Loading branch information
insmac authored Oct 22, 2024
2 parents 5eb42b0 + e4c8d6b commit eb676a5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const CopySQLLink = () => (
target="_blank"
rel="noopener noreferrer"
>
COPY SQL
here
</a>
)

Expand Down Expand Up @@ -124,8 +124,8 @@ export const Upload = ({ files, onFilesDropped, dialogOpen }: Props) => {
</InfoText>
) : (
<InfoText>
Note: <CopySQLLink /> is not available for CSV Import on this
database.
Note: COPY SQL is not available for CSV Import on this
database. Refer <CopySQLLink /> to enable it.
</InfoText>
)}
</Info>
Expand Down

0 comments on commit eb676a5

Please sign in to comment.