Skip to content

Commit b46114c

Browse files
committed
chore: let the sql query input be empty
1 parent 1372e6d commit b46114c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

console/atest-ui/src/views/DataManager.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ const queryTables = () => {
3535
watch(kind, (k) => {
3636
switch (k) {
3737
case 'atest-store-orm':
38-
sqlQuery.value = 'show tables'
38+
sqlQuery.value = ''
3939
queryTip.value = 'Enter SQL query'
40+
executeQuery()
4041
break;
4142
case 'atest-store-etcd', 'atest-store-redis':
4243
sqlQuery.value = ''

0 commit comments

Comments
 (0)