chore: fmt

This commit is contained in:
lencx
2023-01-25 10:20:50 +08:00
parent 655dda8efb
commit db7a4f0b01
4 changed files with 3 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ import { chatRoot, fmtDate } from '@/utils';
import { modelColumns } from './config';
import UserCustomForm from './Form';
export default function LanguageModel() {
export default function UserCustom() {
const { rowSelection, selectedRowIDs } = useTableRowSelection();
const [isVisible, setVisible] = useState(false);
const [jsonPath, setJsonPath] = useState('');