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:
parent
595bef3c99
commit
973931eeba
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user