From 697a3abc93c6e597e3ac9fb1df6ceac95dbd8a8d Mon Sep 17 00:00:00 2001 From: gac-maloja Date: Tue, 15 Nov 2022 17:42:53 +0100 Subject: [PATCH] turn off enterprise features --- stand/webapp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stand/webapp.py b/stand/webapp.py index fb49dcd..53d3f0b 100644 --- a/stand/webapp.py +++ b/stand/webapp.py @@ -66,6 +66,7 @@ response = aggrid( reload_data=changed, pagination=pagination, height=height, + enable_enterprise_modules=False, key="stand" )