Commit 99f18fa6 by zhaochengxiang

全文检索模型详情不显示的问题

parent a6593e14
import React from 'react';
export const EditModelContext = React.createContext();
\ No newline at end of file
export const EditModelContext = React.createContext({
attrIsEditingFunction: null
indexIsEditingFunction: null,
});
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment