From 2e1d098d12db1913c4bdb56c3f12f296f11f0461 Mon Sep 17 00:00:00 2001 From: efarooqui Date: Wed, 14 Oct 2020 08:12:56 -0700 Subject: [PATCH] Test associations --- src/lib.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib.js b/src/lib.js index 88c64e7..fbf8b13 100644 --- a/src/lib.js +++ b/src/lib.js @@ -7,7 +7,8 @@ function prefixedTabs (prefix, cfg) { // [`${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('associations')}export_associations`]: BP.deeprows, + [`test_export_associations`]: BP.deeprows, [`${prf('sources')}export_sources`]: BP.deepids, [`${prf('sites')}export_sites`]: BP.rows }