validate actions in Smart Browser (#442)

pull/3759/head
elsiosanchez 2020-04-14 00:11:56 -04:00 committed by GitHub
parent 79cc4d0cbb
commit dcc956d07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
v-show="!action.hidden"
:key="index"
:index="action.name"
:disabled="action.disabled"
:disabled="panelType === 'browser' ? isEmptyValue(getDataSelection) : action.disabled"
@click="runAction(action)"
>
{{ action.name }}