mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 19:46:32 +08:00
feat(plugin-infra): add plugin cli (#3344)
This commit is contained in:
@@ -9,7 +9,6 @@ import { useAtomValue } from 'jotai';
|
||||
export const Plugins = () => {
|
||||
const t = useAFFiNEI18N();
|
||||
const allowedPlugins = useAtomValue(registeredPluginAtom);
|
||||
console.log('allowedPlugins', allowedPlugins);
|
||||
return (
|
||||
<>
|
||||
<SettingHeader
|
||||
|
||||
Reference in New Issue
Block a user