mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
fix: prompt access control
This commit is contained in:
parent
f95f51530b
commit
9be22cb637
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
||||||
command = prompt.command.at(0) === '/' ? prompt.command.slice(1) : prompt.command;
|
command = prompt.command.at(0) === '/' ? prompt.command.slice(1) : prompt.command;
|
||||||
content = prompt.content;
|
content = prompt.content;
|
||||||
|
|
||||||
accessControl = prompt?.access_control ?? {};
|
accessControl = prompt?.access_control ?? null;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue