Skip to content

Commit

Permalink
fix: rollback import number csv popup fix [WTEL-5057]
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Dekhtyaruk committed Sep 3, 2024
1 parent cb49cc9 commit ae2d4f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<wt-popup
:shown="isUploadPopup"
:shown="!!isUploadPopup"
v-bind="$attrs"
class="upload-popup"
@close="close"
Expand Down

0 comments on commit ae2d4f6

Please sign in to comment.