This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { SkillsForm } from '../settings/SkillsForm';
|
||||
|
||||
export function SkillsPanel() {
|
||||
export function SkillsPanel({ spaceId }: { spaceId?: string } = {}) {
|
||||
return (
|
||||
<div className="h-full overflow-y-auto">
|
||||
<div className="max-w-4xl mx-auto px-6 py-8">
|
||||
<SkillsForm />
|
||||
<SkillsForm spaceId={spaceId} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user