Skip to content

Commit 5c18cd0

Browse files
committed
fix: default value generation
1 parent ccd69f4 commit 5c18cd0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/packages/ce/src/datatype/components/inputs/json/DataTypeJSONInputComponent.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export interface EditableJSONEntry {
1919

2020
export type DataTypeJSONInputComponentProps = DataTypeInputComponentProps
2121

22-
//TODO render fallback value if undefined based on schema
2322
export const DataTypeJSONInputComponent: React.FC<DataTypeJSONInputComponentProps> = (props) => {
2423

2524
const {schema, title, description, suggestions, formValidation, initialValue, onChange} = props

0 commit comments

Comments
 (0)