Skip to content

Commit

Permalink
Fix unselected service executable query
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ committed Jul 13, 2021
1 parent 98fac71 commit 760e6fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/views/query/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
type="primary"
icon="el-icon-edit"
size="mini"
:disabled="!selectValue"
:loading="executeLoading"
@click="handlerExecute()">
{{ this.$t('common.execute') }}
Expand Down

0 comments on commit 760e6fc

Please sign in to comment.