视频提示SCHEMA管理后台配置联动修改 react 客户端BUG修复
This commit is contained in:
@@ -2,9 +2,11 @@ import React from 'react';
|
||||
import { Card, Collapse, Descriptions, Empty, Space, Table, Tag, Typography } from 'antd';
|
||||
import type { ColumnsType } from 'antd/es/table';
|
||||
import { JsonBlock } from './JsonCollapse';
|
||||
import {
|
||||
import type {
|
||||
VideoPromptSchemaFieldConfig,
|
||||
VideoPromptSchemaSectionConfig,
|
||||
} from '../../../utils/videoPromptSchema';
|
||||
import {
|
||||
hasSchemaConfigSnapshot,
|
||||
inferSchemaSections,
|
||||
normalizeSchemaSections,
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
import React from 'react';
|
||||
import { Alert, Input, Space, Tag, Typography } from 'antd';
|
||||
import {
|
||||
import type {
|
||||
JsonValue,
|
||||
VideoPromptSchemaFieldConfig,
|
||||
VideoPromptSchemaSectionConfig,
|
||||
} from '../utils/videoPromptSchema';
|
||||
import {
|
||||
clonePlain,
|
||||
hasSchemaConfigSnapshot,
|
||||
normalizeSchemaSections,
|
||||
|
||||
Reference in New Issue
Block a user