Designer: Add options dialog is pre-filled with spaces #14111 issue fix
Signed-off-by: Yeshwanth Vuppu <vyeshwanth123@gmail.com>
This commit is contained in:
parent
cec81aec2f
commit
6e76bf3504
@ -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