1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix(UI): row mark not applied on first click

This commit is contained in:
2021-03-10 15:55:34 +01:00
parent b232a3bb5f
commit 25d72e3952
3 changed files with 2 additions and 4 deletions

View File

@ -99,7 +99,7 @@
<BaseLoader v-if="isLoading" />
<label class="form-label ml-2">{{ $t('message.triggerStatement') }}</label>
<QueryEditor
v-if="isSelected"
v-show="isSelected"
ref="queryEditor"
:value.sync="localTrigger.sql"
:workspace="workspace"