@@ -7,7 +7,6 @@ import Button from '../../components/ui/button/Button';
|
||||
import FormModal, { FormField } from '../../components/common/FormModal';
|
||||
import Badge from '../../components/ui/badge/Badge';
|
||||
import { PlusIcon } from '../../icons';
|
||||
import ApiStatusMonitor from '../../components/debug/ApiStatusMonitor';
|
||||
|
||||
export default function AuthorProfiles() {
|
||||
const toast = useToast();
|
||||
@@ -159,14 +158,6 @@ export default function AuthorProfiles() {
|
||||
data={formData}
|
||||
onChange={setFormData}
|
||||
/>
|
||||
|
||||
{/* API Status Monitor - Only shows when debug toggle is enabled */}
|
||||
<ApiStatusMonitor
|
||||
title="System"
|
||||
endpoints={[
|
||||
{ name: 'List Author Profiles', method: 'GET', endpoint: '/v1/system/author-profiles/' },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@ import TextArea from '../../components/form/input/TextArea';
|
||||
import { useToast } from '../../components/ui/toast/ToastContainer';
|
||||
import { BoltIcon } from '../../icons';
|
||||
import { fetchAPI } from '../../services/api';
|
||||
import ApiStatusMonitor from '../../components/debug/ApiStatusMonitor';
|
||||
|
||||
interface PromptData {
|
||||
prompt_type: string;
|
||||
@@ -428,14 +427,6 @@ export default function Prompts() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* API Status Monitor - Only shows when debug toggle is enabled */}
|
||||
<ApiStatusMonitor
|
||||
title="System"
|
||||
endpoints={[
|
||||
{ name: 'List Prompts', method: 'GET', endpoint: '/v1/system/prompts/' },
|
||||
]}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user