mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac/security: set ac to private by default
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
description: ''
|
||||
};
|
||||
export let content = '';
|
||||
export let accessControl = null;
|
||||
export let accessControl = {};
|
||||
|
||||
let _content = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user