Skip to content

Commit

Permalink
Merge pull request #760 from webitel/fix/number-popup-rollback
Browse files Browse the repository at this point in the history
fix: rollback import number csv popup fix [WTEL-5057]
  • Loading branch information
VladimirBeria authored Sep 3, 2024
2 parents cb49cc9 + ae2d4f6 commit 144e25c
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 144e25c

Please sign in to comment.