mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-03 10:49:21 -05: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