turn off enterprise features

This commit is contained in:
gac-maloja
2022-11-15 17:42:53 +01:00
parent 20bf5aba76
commit 697a3abc93

View File

@ -66,6 +66,7 @@ response = aggrid(
reload_data=changed, reload_data=changed,
pagination=pagination, pagination=pagination,
height=height, height=height,
enable_enterprise_modules=False,
key="stand" key="stand"
) )