1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00

fix setting page not contain AI (#8095)

This commit is contained in:
Michael An
2025-08-01 11:26:50 +08:00
committed by GitHub
parent 1c3d9942ec
commit a7e8972be4

View File

@@ -100,7 +100,7 @@ window.app.pageOptions = {
cloudMode: {% if cloud_mode %} true {% else %} false {% endif %},
isOrgContext: {% if org is not None %} true {% else %} false {% endif %},
enableSeafileAI: {% if enable_seafile_ai %} true {% else %} false {% endif %},
enableDeleteAccount: {% if ENABLE_DELETE_ACCOUNT %} true {% else %} false {% endif %}
};
</script>