|
@@ -75,7 +75,6 @@ const OpenDefaultAiAssistantButton = (): JSX.Element => {
|
|
|
const popoverTargetId = 'ai-disabled-btn';
|
|
const popoverTargetId = 'ai-disabled-btn';
|
|
|
|
|
|
|
|
if (!isAiEnabled) {
|
|
if (!isAiEnabled) {
|
|
|
- // biome-ignore lint/security/noDangerouslySetInnerHtml: trusted translation markup
|
|
|
|
|
if (!isCloud) return <></>;
|
|
if (!isCloud) return <></>;
|
|
|
|
|
|
|
|
const button = (
|
|
const button = (
|