Compare commits

..

1 Commits

Author SHA1 Message Date
Fabio Manganiello 21820bb185
Big refactor of the `Execute` panel.
continuous-integration/drone/push Build is failing Details
2023-10-11 14:31:46 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
:doc="selectedArgdoc"
:loading="docLoading"
is-mobile
v-if="selectedArgdoc && selectedArg" />
v-if="selectedArgdoc && selectedArg && name === selectedArg" />
</div>
<!-- Extra action arguments -->