Skip to content

Commit

Permalink
[editor] Add "Type" text in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshg999 authored and romainr committed Feb 9, 2021
1 parent 31970c9 commit b7a2e56
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -921,8 +921,7 @@ ${ sqlSyntaxDropdown.sqlSyntaxDropdown() }
<script type="text/html" id="snippet-header-statement-type${ suffix }">
% if ENABLE_EXTERNAL_STATEMENT.get():
<!-- ko if: isSqlDialect() -->
<span class="editor-header-title">${ _('Type') }</span>
<div data-bind="component: { name: 'hue-drop-down', params: { value: statementType, entries: statementTypes, linkTitle: '${ _ko('Statement type') }' } }" style="display: inline-block"></div>
<div data-bind="component: { name: 'hue-drop-down', params: { titleName: 'Type', value: statementType, entries: statementTypes, linkTitle: '${ _ko('Statement type') }' } }" style="display: inline-block"></div>
<!-- /ko -->
% endif
</script>
Expand Down

0 comments on commit b7a2e56

Please sign in to comment.