Skip to content

Commit

Permalink
1.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
maliknajjar committed Sep 27, 2024
1 parent e487a34 commit 3d5b105
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "guifier",
"version": "1.0.29",
"version": "1.0.30",
"type": "module",
"license": "MIT",
"description": "An interactive front-end toolkit simplifying JSON, YAML, TOML, and XML data. Visualize, edit, convert formats, and perform real-time data manipulations. Empower your data-driven apps with user-friendly data processing and interactive visualization.",
Expand Down
3 changes: 0 additions & 3 deletions src/guifier/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ export function getDefaultValueByFieldType (fieldType: string): Field {
*/
export function getFieldInstance (property: Property, data: Data, params: ParametersInternal): Field {
if (property._fieldType !== undefined) {
console.log('NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN')
console.log(property._fieldType)
console.log(fieldsMetaData[property._fieldType])
return fieldsMetaData[property._fieldType].getInstantiatedObject(property, data, params)
}
throw new Error('property._fieldType is undefined')
Expand Down

0 comments on commit 3d5b105

Please # to comment.