diff --git a/config/firefly.php b/config/firefly.php index 296d0e56e4..561d99bc53 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -133,7 +133,7 @@ return [ 'is_demo_site' => false, ], 'feature_flags' => [ - 'export' => false, + 'export' => true, ], 'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true, 'version' => '5.0.0-alpha.1',