Skip to content

Commit 81ee7dc

Browse files
committed
Use ellipsis
1 parent 58d097a commit 81ee7dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/components/query/QueryEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ export function QueryEditor({
690690
{isLoading ? (
691691
<div className="flex items-center gap-2 p-4 text-sm text-text-dimmed">
692692
<Spinner className="size-4" />
693-
<span>Executing query...</span>
693+
<span>Executing query</span>
694694
</div>
695695
) : results?.error ? (
696696
<div className="p-4">

0 commit comments

Comments
 (0)