fix: update NlpValueFormProps type

This commit is contained in:
yassinedorbozgithub 2025-03-05 12:52:15 +01:00 committed by abdou6666
parent 8126b6f37b
commit 107e9cc8d3

View File

@ -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>> = ({