mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 07:22:34 +00:00
fix setting page not contain AI (#8095)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user