Skip to content

Commit

Permalink
Transformation edit: Fix copy UID doesn't work (#2295)
Browse files Browse the repository at this point in the history
Fixes #2292.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed Jan 28, 2024
1 parent a13d34a commit 89766f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</f7-fab>
-->

<f7-sheet ref="detailsSheet" class="transformation-details-sheet" :backdrop="false" :close-on-escape="true" :opened="detailsOpened" @sheet:closed="detailsOpened = false">
<f7-sheet v-if="ready" ref="detailsSheet" class="transformation-details-sheet" :backdrop="false" :close-on-escape="true" :opened="detailsOpened" @sheet:closed="detailsOpened = false">
<f7-page>
<f7-toolbar tabbar bottom>
<span class="margin-left">Transformation details</span>
Expand All @@ -62,7 +62,7 @@
Remove Transformation
</f7-list-button>
</f7-list>
<p v-if="ready" class="text-align-center">
<p class="text-align-center">
Tip: Use <code>{{ itemStateTransformationCode }}</code> <clipboard-icon :value="itemStateTransformationCode" tooltip="Copy transformation" /> for Item state transformations.
</p>
</f7-col>
Expand Down

0 comments on commit 89766f3

Please sign in to comment.