Skip to content

Commit

Permalink
Fix class name (apache#14609)
Browse files Browse the repository at this point in the history
  • Loading branch information
geido authored and cccs-RyanS committed Dec 17, 2021
1 parent 872cae7 commit 17c67d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ export default class AdhocMetricEditPopover extends React.PureComponent {
}
editorProps={{ $blockScrolling: true }}
enableLiveAutocompletion
className="adhoc-filter-sql-editor"
className="filter-sql-editor"
wrapEnabled
/>
) : (
Expand Down

0 comments on commit 17c67d9

Please sign in to comment.