Skip to content

Commit

Permalink
AMP-3123: comment out to hide active button on collection listing page
Browse files Browse the repository at this point in the history
  • Loading branch information
yingfeng-iu committed Mar 25, 2024
1 parent 0dc9d25 commit 349c116
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/entity/EntityList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -785,11 +785,10 @@
"
class="col-1 text-right"
>
<div
v-if="
baseUrl === 'unit' &&
accessControl._collection._activate
"
<!-- TODO
Remove active button for now until we fix the issue with inactive workflow result
<div
v-if="baseUrl === 'unit' && accessControl._collection._activate"
class="d-flex float-right"
>
<span class="mr-1">Active</span>
Expand All @@ -804,7 +803,8 @@
/>
<span class="slider round"></span>
</label>
</div>
</div>
-->
<div
v-if="
(elem.active &&
Expand Down

0 comments on commit 349c116

Please sign in to comment.