Skip to content

Commit

Permalink
fix: import csv numbers popup opening fixed [WTEL-5057]
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirBeria committed Sep 3, 2024
1 parent 1e896ba commit bd77661
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 bd77661

Please sign in to comment.