diff --git a/src/Components/Properties/Properties.tsx b/src/Components/Properties/Properties.tsx index e75e86b..61d0bff 100644 --- a/src/Components/Properties/Properties.tsx +++ b/src/Components/Properties/Properties.tsx @@ -42,7 +42,7 @@ export class Properties extends React.Component { const id = `property-${key}`; - const type = isNaN(Number(value)) ? 'text' : 'number'; + const type = 'text'; const isDisabled = key === 'id' || key === 'parentId'; // hardcoded groupInput.push(