mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore: kapa ai enabled again
This commit is contained in:
parent
6f594fa530
commit
201c61b217
@ -33,7 +33,7 @@ export default function DocsLayout({children}: DocsLayoutProps) {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<ScriptProviders isKapaEnabled={false} />
|
||||
<ScriptProviders />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
@ -40,7 +40,7 @@ export default function DocsLayout({children}: DocsLayoutProps) {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<ScriptProviders isKapaEnabled={false} />
|
||||
<ScriptProviders />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
@ -2,7 +2,7 @@ import * as React from "react";
|
||||
import Script from "next/script";
|
||||
|
||||
|
||||
export function ScriptProviders({isKapaEnabled}: {isKapaEnabled?: boolean}) {
|
||||
export function ScriptProviders({isKapaEnabled = true}: {isKapaEnabled?: boolean}) {
|
||||
if (!isKapaEnabled) return null;
|
||||
|
||||
return (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user