Merge pull request #14114 from vyeshwanth/PMA_14111

Designer: Add options dialog is pre-filled with spaces #14111 issue fix
Fix #14111
This commit is contained in:
Maurício Meneghini Fauth 2018-03-30 17:20:11 -03:00 committed by GitHub
commit 9a8ed9c7e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,8 +75,7 @@
{% trans 'subquery' %}
</td>
<td>
<textarea id="Query" cols="18">
</textarea>
<textarea id="Query" cols="18"></textarea>
</td>
</tr>
<tr>
@ -241,8 +240,7 @@
{% trans 'subquery' %}
</td>
<td width="102">
<textarea id="having" cols="18">
</textarea>
<textarea id="having" cols="18"></textarea>
</td>
</tr>
</tbody>