Skip to content

Commit

Permalink
PB-985: Do not refetch layer description when minimized.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni committed Oct 8, 2024
1 parent 3f0c787 commit 5a85545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/components/ModalWithBackdrop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</button>
</div>
<div
v-if="showContent"
v-show="showContent"
ref="modalContent"
class="card-body pt-3 ps-4 pe-4"
data-cy="modal-content"
Expand Down

0 comments on commit 5a85545

Please sign in to comment.