mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: update NlpValueFormProps type
This commit is contained in:
parent
8126b6f37b
commit
107e9cc8d3
@ -23,7 +23,7 @@ import { ComponentFormProps } from "@/types/common/dialogs.types";
|
||||
import { INlpValue, INlpValueAttributes } from "@/types/nlp-value.types";
|
||||
|
||||
export type NlpValueFormProps = {
|
||||
data?: INlpValue | null;
|
||||
data: INlpValue | null;
|
||||
canHaveSynonyms?: boolean;
|
||||
};
|
||||
export const NlpValueForm: FC<ComponentFormProps<NlpValueFormProps>> = ({
|
||||
|
Loading…
Reference in New Issue
Block a user