We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782b395 commit 363791bCopy full SHA for 363791b
1 file changed
website/src/components/playground/SqlEditor.tsx
@@ -146,5 +146,5 @@ export default function SqlEditor({
146
}
147
}, [value]);
148
149
- return <div ref={containerRef} style={{ maxWidth: "100%", overflow: "hidden" }} aria-label={ariaLabel || placeholder || "SQL editor"} />;
+ return <div ref={containerRef} style={{ maxWidth: "100%", overflow: "hidden" }} aria-label={ariaLabel} />;
150
0 commit comments