Designer: Add options dialog is pre-filled with spaces #14111 issue fix

Signed-off-by: Yeshwanth Vuppu <vyeshwanth123@gmail.com>
(cherry picked from commit 6e76bf3504)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
vyeshwanth 2018-03-22 19:46:47 +05:30 committed by Maurício Meneghini Fauth
parent 595bef3c99
commit 973931eeba

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>