chore(core): remove snapshot import export feature flag (#8865)

This commit is contained in:
Chen
2024-11-20 15:06:20 +08:00
committed by GitHub
parent 47243247b9
commit b87c3840f3
19 changed files with 120 additions and 331 deletions

View File

@@ -236,7 +236,7 @@ const PageEvents = {
$: ['open', 'close', 'switchPageMode', 'viewPlans'],
},
importModal: {
$: ['open', 'import'],
$: ['open', 'import', 'createDoc'],
},
paywall: {
storage: ['viewPlans'],