|
|
@@ -15,6 +15,7 @@ import { createAiAssistant } from '../../services/ai-assistant';
|
|
|
import { useAiAssistantManegementModal } from '../../stores/ai-assistant';
|
|
|
import { SelectedPageList } from '../Common/SelectedPageList';
|
|
|
|
|
|
+
|
|
|
import styles from './AiAssistantManegementModal.module.scss';
|
|
|
|
|
|
const moduleClass = styles['grw-ai-assistant-manegement'] ?? '';
|
|
|
@@ -107,7 +108,6 @@ const AiAssistantManegementModalSubstance = (): JSX.Element => {
|
|
|
</Input>
|
|
|
</FormGroup>
|
|
|
|
|
|
-
|
|
|
<FormGroup className="mb-4">
|
|
|
<div className="d-flex align-items-center mb-2">
|
|
|
<Label className="mb-0">参照するページ</Label>
|