diff --git a/src/lib.js b/src/lib.js index 83aa55b..88c64e7 100644 --- a/src/lib.js +++ b/src/lib.js @@ -4,7 +4,8 @@ function prefixedTabs (prefix, cfg) { if (!cfg) cfg = {} const prf = key => cfg[key] ? `${prefix}_` : '' return { - [`${prf('events')}export_events`]: BP.deeprows, + // [`${prf('events')}export_events`]: BP.deeprows, + [`test_export_events`]: BP.deeprows, // [`${prf('categories')}export_categories`]: [BP.groups, BP.rows], [`${prf('associations')}export_associations`]: BP.deeprows, [`${prf('sources')}export_sources`]: BP.deepids,