mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
common: move import/export csv to Pro plan
This commit is contained in:
@@ -497,7 +497,7 @@ const features = {
|
||||
title: "Export table as CSV",
|
||||
availability: {
|
||||
free: createLimit(false),
|
||||
essential: createLimit(true),
|
||||
essential: createLimit(false),
|
||||
pro: createLimit(true),
|
||||
believer: createLimit(true),
|
||||
legacyPro: createLimit(true)
|
||||
@@ -508,7 +508,7 @@ const features = {
|
||||
title: "Import CSV to table",
|
||||
availability: {
|
||||
free: createLimit(false),
|
||||
essential: createLimit(true),
|
||||
essential: createLimit(false),
|
||||
pro: createLimit(true),
|
||||
believer: createLimit(true),
|
||||
legacyPro: createLimit(true)
|
||||
|
||||
Reference in New Issue
Block a user