FIX: Remove bad default query description and add placeholder instead

This commit is contained in:
Rishabh Nambiar
2018-08-19 10:24:53 +05:30
parent 915657b8cd
commit 42b6dbbae2
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -571,7 +571,7 @@ SQL
def initialize
@name = 'Unnamed Query'
@description = 'Enter a description here'
@description = ''
@sql = 'SELECT 1'
end